Sourced from @​yaireo/tagify
's
releases.
v4.32.2
- Enhance keyboard navigation for suggestions dropdown by adding support for PageUp, PageDown, Home, and End keys. This allows users to navigate through suggestions more efficiently without using the mouse. 719827b
- bugfix: in select-mode, the
x
(remove tag) button should not be visible if the suggestions' dropdown is visible (open) 1cd4459- ran
npx update-browserslist-db@latest
0ea0f30- fixes #1423 - Dropdowns does not close when interacting with tags of other instances d9d9ece
- added an FAQ item 0e0ad46
this.state.dropdown.suggestions
should point to the sorted list and not pre-sorted one 4acd7ae- call the custom
sortby
(if defined) also when there's no search query 643f79d- Fix scroll behavior 7c4ce8f
bd8edf4
4.32.2719827b
Enhance keyboard navigation for suggestions dropdown by adding support
for Pa...1cd4459
bugfix: in select-mode, the x
(remove tag) button should
not be visible if ...0ea0f30
ran npx update-browserslist-db@latest
d9d9ece
fixes #1423 -
Dropdowns does not close when interacting with tags of other in...0e0ad46
added to another FAQ item4acd7ae
this.state.dropdown.suggestions
should point to the sorted
list and not pre...643f79d
call the custom sortby
(if defined) also when there's no
search query7c4ce8f
Fix scroll behavior