Manually Fire on Change event after setting Input value for Combobox #2281
rubber-duck-software
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Doesn't the My solution to prevent the Combobox from clearing the input was to control the value of Only problem is, I can't easily take an action when the Combobox is opened like clearing the input. There is no event for that. And the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the combobox programmatically sets the input value but it is difficult to detect when this happens because no event is fired. It would be useful if we manually fired a "change" event when the input is set so that users can react appropriately
Beta Was this translation helpful? Give feedback.
All reactions