A hybrid HTML select fully customisable and emulating all navigational functions of a select element based on an initial idea by @sandrina-p
see the examples on the GitHub Pages.
For detailed documentation see the GitHub Page
- fix selectedValues for tree-view dropdown fields.
- introduce placeholder option as replacement for defaultText.
- give precedence to form colours.
- fix mod-ctrl error for ctrl+click selections.
- enable no-dropdown mode
- enable grid display for no-dropdown mode
- improve styling with plugin css variables
- add more examples in github pages.
- enable dropdown list opening above or right aligned.
- improve overflow auto scrollbar
- fix duplicate name issue.
- stop overscrolling in scrolled-enabled dropdown
- enable field resest on form reset.
- make refresh() method rebuild by default.
- fix styling on select fields.
- fix optionLabel function parsing for group options with 'label' keyword.
- fix styling
- make use of
optionLabel
for dataset lists. - added demo example on how to build image checkbox lists.
- complete rewrite of the plugin to improve performance
- addition of treeView mode.
- ability to dynamically filter option list with refresh method.
- ability to build multi-level nested dropdown lists using JSON datasets.
- documentation GitHub pages.
- automatic styling based on current page colours.
- fix some bugs.
- fix multiple select fields.
-
- enabled shit/ctrl modifier key in navigation/selection
- fix some bugs
- enabled landscape dropdown.
- added refresh and dynamic filter of listed options.
- added optgroup functionality.
- simple select conversion with key navigation.
- migration of code to plugin design.
- initial version based on the post of @sandrina-p