Methods
Fields
TextInput.inputOptions.allow_overtyping: boolean?
Whether overtyping is allowed. Defaults to false.
TextInput.inputOptions.clear_after_submit: boolean?
Whether the input should be cleared after submitting. Defaults to true.
TextInput.inputOptions.enter_submits: boolean?
Whether pressing enter submits the input. Defaults to false.
TextInput.inputOptions.multiline: boolean?
Whether the input is multiline. Defaults to true.
TextInput.inputOptions.text_restriction: (fun( string)boolean|string)?
A function which restricts (and transforms) the text input.