🎉 Feature
- All texts including, option & group labels can now be provided in multiple languages. Added
locale
andfallbackLocale
props. - Added
searchFilter
prop that allow to provide a custom search algorithm #313. - Added
allowAbsent
option to allow adding values that are not among the options. - Added
closeOnDeselect
prop. - Deprecated
option
event, addedcreate
instead (option
still works). - Tags that added can also be disabled, which will prevent their removal.
🐞 Bug Fixes
- Fix for new option display when using
groups
,createOption
andtags
#254 #291. - String pointer equality #316.
- Disabled tags will not be removed on backspace #318.
- Added
.mjs
extension build and referencedmodule
to that #290 #258. - The
selectAll()
now does not select disabled options and does not duplicate already selected options.