Logo FS-Skia-UI

TextBoxProps<'msg> Type

Immutable, compiler-checked authoring surface for a text box. `Id` is required identity for a stateful control. `OnChanged = None` lowers to no binding.

Record fields

Record Field Description

Id

Full Usage: Id

Field type: ControlId
Field type: ControlId

Mode

Full Usage: Mode

Field type: TextInputMode
Field type: TextInputMode

OnChanged

Full Usage: OnChanged

Field type: (string -> 'msg) option
Field type: (string -> 'msg) option

ReadOnly

Full Usage: ReadOnly

Field type: bool
Field type: bool

Validation

Full Usage: Validation

Field type: ValidationState
Field type: ValidationState

Value

Full Usage: Value

Field type: string
Field type: string

Type something to start searching.