textInput property

InputFieldTextInput? textInput
getter/setter pair

Input field to provide text information.

Corresponds to the [html input type=text](https://www.w3.org/TR/2012/WD-html-markup-20121025/input.text.html#input.text) or html textarea.

Implementation

InputFieldTextInput? textInput;