Skip to content

Select.js v0.3.0 - New custom triggers and Shortcut Keys!

Choose a tag to compare

@williamtroup williamtroup released this 04 Jan 13:44
· 46 commits to main since this release
9aa165c

Binding Options - Custom Triggers:

  • Added a new binding custom trigger called "onDropDownShow", which states an event that should be triggered when the drop-down menu is shown.
  • Added a new binding custom trigger called "onDropDownHide", which states an event that should be triggered when the drop-down menu is hidden.

General Improvements:

  • Pressing escape in the document will close all opened drop-down menus.

Documentation:

  • Added examples to all documentation areas.
  • Reorganized the documentation for the project.

CSS:

  • Added an ":active" CSS state for the drop-down arrow.