Trigger LabeledFieldView input on keyup event

Created on 28 August 2023, 10 months ago

`this.searchInputView` will return LabeledFieldView

And `this.searchInputView = _createInput`

in another hand:

_createInput(label) {
    const labeledInput = new LabeledFieldView(this.locale, createLabeledInputText);

will create a InputTextView which has the event `input`

Problem solved by

this.searchInputView.fieldView.on('input', (event, data)=>{
      console.log(data.data);
    });
πŸ’¬ Support request
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡»πŸ‡³Vietnam mrddthi

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024