🎉 Feature
- 🎉🎉 Added
groups
and related props which allow groupping options. 🎉🎉 - Added
tailwind.scss
theme to use instead ofclasses
if needed. - Added support for case sensitive tags when
createTag
istrue
#119. - Added
inputType
prop #108, #116. - Added
@paste
event #105. - Added
tab
as option foraddTagOn
#117. - Updated default
max-height
for dropdown (to15rem
).
🐞 Bug Fixes
- When
closeOnSelect
istrue
insearchable
tags
andmultiple
mode the input now blurs upon selecting an option. - Fix for empty dropdown when async options are loading #115.
- Fixed dropdown auto-scrolling when using arrows.