You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am working on replacing jQuery-ui, which offers 7 relevant events, among them "selecting", "unselecting".
If I understood correctly, "Selectable" 0.19.1 does set respective classes (for formatting/display) "ui-selecting" when transitioning to "ui-selected", but it seems respective "selecting" event is not provided. Is that understanding correct?
The text was updated successfully, but these errors were encountered:
chrimez
changed the title
"selecting" event, next to "selecteditem" and "deselecteditem" ?
Question: "selecting" event, next to "selecteditem" and "deselecteditem" ?
Oct 9, 2023
Great - I considered various options to work around it. And I think it would make sense to include it. E.g. I figured no easy and straight forward ways to identify selecting an already selected item again - cause when "slectedItem" is triggered, any element is selected already.
Note I think it can make best sense to include both: selecting and un/deselecting .
Hi. I am working on replacing jQuery-ui, which offers 7 relevant events, among them "selecting", "unselecting".
If I understood correctly, "Selectable" 0.19.1 does set respective classes (for formatting/display) "ui-selecting" when transitioning to "ui-selected", but it seems respective "selecting" event is not provided. Is that understanding correct?
The text was updated successfully, but these errors were encountered: