- Filter only the dropdown-item elements (not header/footer/custom ones) when moving with up/down arrows c97aecd
- Refactored and fixed the
escape
scenario when editing tags, so the original tag is now being replaced back correctly 008f10e - Changed "__originalHTML" to point to a cloned element instead of innerHTML, so when pressing
escape
, it will be replaced back to that, as-is 81d49b9 - Fixes #1056 - Selected tag disappears after the input loses focus when in select mode. a8b5d2a
- Merge branch 'master' of https://github.com/yairEO/tagify dde8fbc
- Update templates.js (#1060) b51c690
- Merge branch 'master' of https://github.com/yairEO/tagify 6efcc53
- Update tagify.test.js (#1061) 86f0bc7
- Improved users-list demo 03fb265
- Added function comment 87e916a
- Added some new methods 1da2156
- Refactored
editTag
method and added 3 new methods:editTagChangeDetected
,getTagTextNode
&setTagTextNode
820f5f4 - Fixes #1044 - add missing css color variable to the suggested text 184ad0f
- Mentioned more templates recently added d792c48
- Fixes #1042 - Tag doesn't get added on selecting value from custom template dropdownItemNoMatch 987af67
- Fixed typo acd2b6b
- Fixed some typos and added async validation example 776a9eb
- Fixes #1046 - clicking an uneditable tag when the
editTags
settings is set toclicks: 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
- Updated eslintrc file eea6e21
- Removed unused package
gulp-eslint
00766e0 - Updated eslintrc file 21c9ae9
- Fixes #1037 - support
originalInputValueFormat
setting inmix-mode
5a0de8f - Fixed some mix-mode issues with new line before/after tags in FF/Chrome. Still a bug for new line before a tag in FF causes double BRs ec6444a
- Fixed
placeCaretAfterNode
after last change in the function 4da5ef4 - Packages versions bump a14a1f6
- Fixes #1035 - Editing a tag, allows you to have duplicated tags (case insenstitve) c3502e4
- Removed the fix done for #653 as it seems fixed in Chrome 7ab28fd
- Fixes #1036 - injecting a tag node using
injectAtCaret
without prior focus results in an error 041e727 - Fix #1038 Changed order of if clauses in
iterateChildren
function (#1039) 1da6bce - Fixing typo (#1021) def256f