Abstract
Create a new text input handler. Note that the signature of this constructor in base classes must have a single listener argument. Must not change the current focus.
listener
Readonly
Update the text and selection of the input. Should focus the input.
Dismiss input handler. Must call super if overridden.
Change selection of input.
Create a new text input handler. Note that the signature of this constructor in base classes must have a single
listener
argument. Must not change the current focus.