Releases: Choices-js/Choices
Releases · Choices-js/Choices
Version 2.7.4
- Replace 'flip' config option with 'position' - allows forcing dropdown above/below input
Version 2.7.3
- Minor improvements to type checking
Version 2.7.2
• Resolves issue where loading state was not being removed of an empty array was passed to the ajax()
method.
Version 2.7.1
- Pass function to
noResultsText
/noChoicesText
- Node script to automate versioning
Version 2.7.0
- Better management of group ids
- Default type for remove item buttons
- Accept page up/down to skip to the first/last options
Version 2.6.1
• Resolved build issue with previous release + expose Fuse options in config (#83)
Version 2.6.0
This release has breaking changes
- Choices now fires native events on the passed element rather than relying on callbacks. Please refer to the https://github.com/jshjohnson/Choices#events on events before upgrading to this version.
Thanks to @jbanety for pointing me in the right direction.
Happy new year! 🎉
Version 2.5.1
v2.5.1 Rebuild
Version 2.5.0
addItemText
config optionmaxItemText
config option- Bind instance to callbacks
Version 2.4.0
- Ensure you can re-initialise Choices after using the
destroy()
method - CSS fix to wrap long input values within dropdown
- Better management of input width setting