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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Library:
Added full Bootstrap support!
Binding Options:
Added a new binding option "dropDownShowDelay" (defaults to 50), which states the millisecond that it should wait before showing the drop-down menu.
Added a new binding option "showDropDownButton" (defaults to true), which states if an opening/closing button should be used for showing the drop-down menu.
Added a new binding option "noItemsSelectedText" (defaults to "There are no items selected"), which states the message to show when no items are selected.
Binding Options - Custom Triggers:
The binding option custom trigger "onSelectedItemsChanged" now has all the values selected passed to it.
General Improvements:
Internal cleanups to make passing DOM element objects around a bit easier.
Adding new testing files to verify with Bootstrap.
Fixes:
Fixed a fault that caused the drop-down menu to remain open when clicking in the main control again.
Fixed missing scrolling support for the drop-down menu.