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
Is your feature request related to a problem? Please describe
Put the Select2 emulation for all selects into layout.js so that it's possible for all themes. Also extend this to the drop_callback() function and consider a CSS change for the multi-select plugin.
Describe the solution you'd like
Make select menus easier to use.
Describe alternatives you've considered
Use the select2 plugin.
Additional context
It's easier to just hook jQueryUI's selectmenu widget using the widget factory.
The text was updated successfully, but these errors were encountered:
@browniebraun, I was looking at the drop-callback JavaScript function, and it's a bit of a train wreck. I think we can re-engineer it using the widget factory as you have done. Any chance you can put some time into that? All the changes would be limited to the layout.js I think.
Feature Request
Is your feature request related to a problem? Please describe
Put the Select2 emulation for all selects into layout.js so that it's possible for all themes. Also extend this to the drop_callback() function and consider a CSS change for the multi-select plugin.
Describe the solution you'd like
Make select menus easier to use.
Describe alternatives you've considered
Use the select2 plugin.
Additional context
It's easier to just hook jQueryUI's selectmenu widget using the widget factory.
The text was updated successfully, but these errors were encountered: