top | item 28623392

(no title)

jakeva | 4 years ago

I might try setting a mounted hook on the element with something like

  this.el.addEventListener('onkeydown', function (event) {
      this.el.dispatchEvent(new Event('change', { 'bubbles': true }))
    }, true);

discuss

order

No comments yet.