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
|
|
|
|
|
Full Usage:
OnChanged
Field type: (string -> 'msg) option
|
|
Full Usage:
ReadOnly
Field type: bool
|
|
|
|
Full Usage:
Value
Field type: string
|
|