Skip to content

2.2.0

Compare
Choose a tag to compare
@adamberecz adamberecz released this 09 Sep 15:43
· 328 commits to main since this release

🎉 Feature

  • 🎉🎉 Added groups and related props which allow groupping options. 🎉🎉
  • Added tailwind.scss theme to use instead of classes if needed.
  • Added support for case sensitive tags when createTag is true #119.
  • Added inputType prop #108, #116.
  • Added @paste event #105.
  • Added tab as option for addTagOn #117.
  • Updated default max-height for dropdown (to 15rem).

🐞 Bug Fixes

  • When closeOnSelect is true in searchable tags and multiple 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.