- 🇧🇪Belgium Den Tweed
Previous patch didn't include the new files, fixed that
User story:
Given that I have a large number of options in a Views Jump Menu
As a user of the jump menu
I want to be able to search/filter the list of options
So that I can find the option that I am looking for.
It would be nice to be able to use the Views Jump Menu with the Chosen or Select2 JavaScript libraries.
More information:
Adds an "Include extra library" control to the Views Jump Menu format settings if an extra library can be detected.
Adds a hook_views_jump_menu_extra_libraries_alter(&$extraLibrariesList)
to allow modules/themes which define libraries to indicate that those libraries could be used with views_jump_menu.
Adds an extra_library
string to the jump menu views schema, to track which extra library should be used with that jump menu.
Added optional support for extra JavaScript libraries to enhance the behavior of the jump menu.
Hello,
How to apply chosen or select2 library ?
Thanks
Needs review
1.0
Documentation
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Previous patch didn't include the new files, fixed that