Add an onUpdated event #284
WilliamStam
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
for a multi select, selecting 3 items
when its a single select
(not sure if this is a bug or not) it just gets kinda hard to "run a function when this have changed" in a sane way like this i think. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
right now we have onChange / change event but that gets fired on every selection of a multi select.
so say you want to run an event like "lookup some data on change" it becomes a bit more difficult since its basicaly going to run on every selection.
so then i got to try onDropdownClose but that fires before the change with a normal single select.
proposing adding in an event that checks the current value, if its different to to the "new" value, then run the callback when the dropdown closes.
Beta Was this translation helpful? Give feedback.
All reactions