Ui.Input
A component for getting user input.
States
The current value of the input.
The ID of the last timeout.
Properties
Wether or not the input is disabled.
The content for the icon.
Wether or not the icon is interactive.
The number of milliseconds to delay the onChange
event.
Wether or not the input is invalid.
The ID of the datalist element to connect to this input.
The blur
event handler.
The change
event handler.
The focus
event handler.
The event handler for the icons click event.
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 show.
The size of the input.
The type of the input, should be either text
or email
.
The value of the input.
Functions
Focuses the input.
Handles the input
and change
events.
Renders the input.