Ui.Textarea
A textarea component.
States
The current value of the input.
The ID of the last timeout.
Properties
The behavior of the textarea, can be:
- resize-horizontal
- resize-vertical
- resize-both
- static
- grow
Wether or not the textarea is disabled.
The number of milliseconds to delay the onChange
event.
Wether or not the textarea is invalid.
The blur
event handler.
The change
event handler.
The focus
event handler.
The keydown
event handler.
The keyup
event handler.
The mousedown
event handler.
The mouseup
event handler.
The event handler when the user tabs into the input.
The event handler when the user tabs out of the input.
The placeholder to display if the value is empty.
The size of the textarea.
The value of the textarea.
Functions
Focuses the textarea.
Handles the input
and change
events.
Renders the textarea.