- fixes #1422 - in "select-mode" editing existing value does not re-filters the suggestions list fd2c208
- accessibility bugfix: when Tagify gets focused (through tab), the component's input should be focused and if there is already a selected value, the caret should be places at the end 52c37a4
- fixes #1420: when selecting a suggestion with the keyboard, keep the same highlighted suggestion if
includeSelectedTags
setting istrue
or else, highlight the next/prev suggestion - rehydrate suggestions list when selecting a suggestion with the mouse 5746d7a - #1420 - on select-mode, do not call
dropdown.hide
withinonEditTagDone
after a suggestion was selected ca64ac7 - re-implemented #1425 in a better way 3e9819a
- fixes #1428 - fixed the compatibility layer. I assume now Tagify only supports React v17 and above 108c6bc
- slightly increased
$tag-inset-shadow-size
CSS variable 2d8abd2 - Fix Tab key after click Tab key didn't work after you select a suggestion with mouse because the input lose focus cbb6864