TextInputController
Used to access and leverage TextInput's properties, attributes, and methods
Reference
Properties
value -> string (Current value of TextInput)
Methods
setValue(newValue) -> Sets the value of TextInput
changeAttribute(readOnly=False, disabled=False) -> used to access input
HTML built-ins.
Last updated