Releases: andreww1011/filter-multi-select
Releases · andreww1011/filter-multi-select
v1.4.1
v1.4.0
New features:
- Limit the number of selections using the parameter
selectionLimit
. - Create a single select by using
selectionLimit = 1
or by omitting themultiple
attribute.
v1.3.0
New features:
- Display a label for the dropdown in-line.
v1.2.0
New features:
- Listen for events to signal when an option has been selected or deselected.
v1.1.0
New features:
- Append the class
filter-multi-select
to select elements and have the plugin be applied automatically. - Or define your own selector in
$.fn.filterMultiSelect.selector
. - Access all element groups applied by the plugin in
$.fn.filterMultiSelect.applied
.
v1.0.0
link jsfiddle