- added playwright test script to
package.json
20968f3 - added playwright (basic) tests fdf455d
- should discard tags added as objects with an empty text-prop value b817d21
- refactored the "bindOriginaInputListener" interval so it will be restarted every time Tagify gets updated so the comparison of the original value will only happen after Tagify was updated for certain 6bfe82f
- When the
trim
setting istrue
, tags added as objects should be trimmed as well ccc142b normalizeTags()
method should eliminate empty array items b0f3e9c- added
playwright
for tests usage 1cc06c3 - [bugfix] only in
select
-mode, when clicking anywhere in the selected tag's text, the caret should remain at the clicked location 630ad2f - fixes #1340 - when dropdown is shown in
select
-mode, clicking outside should hide it and de-focus Tagify aff9c42 placeCaretAfterNode(...)
should not be called with inselect
-mode because it makes no sense then 9e3dd31- [chore] replaced
dragsort
js & css files paths from a CDN to local relative path to eliminate any server communications for testing purposes cc3d2e2