Releases: Choices-js/Choices
Releases · Choices-js/Choices
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
Version 2.3.1
- Ability to remove choices when using the
setChoices
method - Pass group value to callbacks if it exists (select-one/select-multiple)
- Reduce CSS specificity where possible