- [bug] Fix #84: single select with Optgroups bug.
- [bug] Fix #154: special character problem.
- [enh] Added
dropWidth
option. - [enh] Added
open
andclose
methods. - [enh] Fix #139: Added onFilter event.
- [enh] Fix #144: added
animate
option to support fade and slide animates. - [bug] Fix #257: element detection.
- [bug] Fix jQuery dependency.
- [bug] Fixed disable issue.
- [enh] Add selected class to 'select all' option.
- [enh] Added logic to perform accent insensitive compare when filtering values.
- [bug] Fix #264: updated the default of textTemplate to .html().
- [enh] Update
jquery.multiple.select.js
tomultiple-select.js
. - [bug] Fix filter not match bug.
- [enh] Trigger change for select after set of new value.
- [bug] Prevents
updateSelectAll()
from callingoptions.onCheckAll()
on init. - [enh] Added
labelTemplate
option. - [bug] Fix #188: Automatically set Group when all child was selected.
- [bug] Fixed filter functionality with 'no-results' label behavior.
- [bug] Fix #184: prevented the dropdown handle error.
- [enh] INPUT tags should be nameless.
- [bug] Fix #48: auto hide when the single option is set to true.
- [bug] Fix #65: show selectAll and hide noResults when open.
- [bug] Fix #45, #64: update width option to support a percentage setting.
- [bug] Trigger the checkbox on the entire line.
- [bug] Added
noMatchesFound
option. - [bug] Update
seperator
toseparator
. - [enh] Allow object of options along with initial method.
- [enh] Add a
filterAcceptOnEnter
option. - [enh] Put class on ms-parent div instead of ul.
- [bug] Fixed #99: connect select back to its label.
- [enh] Added
hideOptgroupCheckboxes
option to hide optgroup checkboxes. - [enh] Added
displayValues
anddelimiter
options. - [enh] Added
textTemplate
option to custom the text. - [enh] Added
selectAllDelimiter
option. - [enh] Added
ellipsis
option. - [enh] Get percentage width, if used.
- [bug] Fix #134: spelling error.
- [bug] Fixed the error when element id's contain colons.
- [bug] Fix current selected element not displayed in newer jquery versions.
- [bug] Fix #148 plain text stored to HTML.
- [bug] Update multiple-select.png.
- [enh] Added 'close' to allowedMethods.
- [bug] Prevent dropdown from closing occasionally when clicking on checkbox.
- [bug] Fixed dropdown not closing when focus was lost.
- [enh] Support for add title (tooltip) on the select list.
- Fix #63: Add
keepOpen
option. - Fix #62: Fix
isOpen
andfilter
options are both true bug. - Fix #57: Fire onCheckAll event when literally select.
- Add data attributes for support.
- Fix #55: Add
name
option.
- Fix #42: Add
styler
option to custom item style. - Fix firefox click bug.
- Add
allSelected
,minimumCountSelected
andcountSelected
options. - Fix #35: Add
onFocus
andonBlur
events. - Fix #25: Add
focus
andblur
methods. - Fix #31: Trigger the onCheckAll & onUncheckAll events when use filter to select all.
- Update the license to The MIT License.
- Fix #47: Add
No matches found
message when there are no results found. - Fix #43: Add
position
option.
- Fix #44: The filters not working bugs.
- Fix #21: Add
single
option. - Add
override
option. - Add
container
option. - Fix #29: Update the optgroups select text.
- Fix #30: Image is not shown in Firefox 25.0.1.
- Fix #22: fix group filter problem.
- Update the button text witdh.
- Add keyboard support.
- Fix #12: Add
width
option. - Fix #11: Add callback events.
- Add
maxHeight
option.
- Fix #4: Add
filter
option. - Support mobile devices.
- Fix #6: Add
refresh
method.
- Fix #7: Add
selected
anddisabled
options. - Fix #5: Add
checkAll
anduncheckAll
methods.
- Fix #3: Add optgroups support.
- Add
placeholder
option. - Fix #2: use prop method instead of attr.
- Initial release