TextArea Module
Builders for the `TextArea` control — a multi-line editable text field (the wrapping counterpart to `TextBox`).
Functions and values
| Function or value |
Description
|
|
|
Full Usage:
onChanged arg1
Parameters:
string -> 'msg
Returns: Attr<'msg>
Type parameters: 'msg |
Emit a `'msg` carrying the edited `string` on each `TextArea` change (`Attr.onChanged`).
|
|
Set the current multi-line text in a `TextArea` (`Attr.value`; a controlled `string` reconciled via `onChanged`).
|