ui/b/textinput.js file

BTextInput

The <b-textinput> 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.