Textinput
[BTextInput]{#BTextInput data-4search="ui/b/textinput.js:BTextInput;section"}
The
Properties:
value : Contains the text string being edited. readonly : Make this component non editable for the user.
Events:
valuechange
: Event emitted whenever the value changes, which is provided as event.target.value
.