Gets the element on which the text input is bound.
The text input element.
Gets the element on which the text input is bound.
The text input element.
Gets the input
element (the text input itself).
The input
element.
Gets the value currently entered in the text input.
The text input current value.
Resets the text input.
Sets the value in the text input.
The value to set the text input to.
Creates a new TextInput
.
The function to call when the value entered in the text input changes. This function takes the
current TextInput
instance as an argument.
The text to display in the text input label or placeholder.
A text input widget with standard styling.