Optional
options: TextInputOptionsProtected
Readonly
controlThe form control element.
Protected
Optional
Readonly
optionsData options for this form input.
Add an event listener to the control element.
The type of event listener
A function to callback every time the event is raised
Get the parent element to append onto the form.
The container <div>
element
Get the text of the associated label.
The current text value
Get the value of this input.
The current value
Set the text of the associated label.
The new text value
Set the value of this input.
The new value
A text input element for an HTML form.