Releases: Choices-js/Choices
Releases · Choices-js/Choices
Version 3.0.1 & 3.0.2
- IE11 bug fixes
Version 3.0.0
- Ability to have placeholder items with single select boxes 🎉
- Ability to set a placeholder on the search input via
searchPlaceholderValue
- Various improvements across the board
Version 2.8.12
- Fixes issue with IE11 where trying to scroll the dropdown list would blur the input and thus close the dropdown
Version 2.8.11
- Ability to specify a limit on the amount of choices rendered (
renderChoiceLimit
) - Return search result count on search event
Version 2.8.10
- Resolves issue with
keyCode is undefined
error (sorry about the version number, but this isn't a big release)
Version 2.8.9
Version 2.8.8
- Two new config options (#203)
- Tidying
Version 2.8.7
- Bug fix resolving issue with custom properties (#197)
Version 2.8.6
- Ability to pass custom properties to items and choices
Version 2.8.5
searchResultLimit
config option- Resolve issue with isUnique filter
- Use classnames for handling CSS class application
- Search bug fix (PR 186)
- Set aria-label on remove buttons