-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The combobox input event does not fire when a user types a value. It appears to function the same as the change event and only fires when a dropdown value is selected. Expected behavior (at least how I am trying to use it) would be the same as the wa-input component, the event would fire as keyboard inputs is received. Especially when the "allow-custom-value" attribute is used, although could be useful across the board.
To Reproduce
Steps to reproduce the behavior:
- Add wa-combobox component
- Add input event listener to component
- Observe event not being fired when typing in component
I'm using Vue and the shorthand input attribute directly on the component (works fine on wa-inputs), but have observed the same behavior with document.addeventlistener.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working