- 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