You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed some typos and added async validation example 776a9eb
Fixes #1046 - clicking an uneditable tag when the editTags settings is set to clicks: 1 gives focus to the Tagify field which cannot be unfocused by clicking outside cfd3e0c
Removed data-editable attribute for tags done in previous commit. better its added by the developer and not automatically by Tagify bdc22bd
Refactored. removed all CSS variables fallbacks to SCSS variables because they already have fallbacks... 3dedfbe
Added "data-editable" for tags (default is undefined which means "true") bca7bae
Removed unneeded left-trim because the the returned value is already trimmed 516c2b2