Skip to content

Textinput

[BTextInput]{#BTextInput data-4search="ui/b/textinput.js:BTextInput;section"}

The element is a field-editor for text input.

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.