- [bugfix] in
mix
-mode, when pressing the ENTER key when typing non-tag text, there should be no tag entering edit-mode and also, entering edit-mode should should be allowed when thea11y.focusableTags
setting it set totrue
and also the currently focusable element is a tag. (fixes #1331, fixes #1329) dbd7d77 - fixes #1328 -
setReadonly
method should only blur if the current active element is that specific Tagify instance. This might not work if an external button was used to trigger this method. 69eb547 - Added
gulp-nunjucks
devDependencies in order to completely refactor theindex.html
demos page - Added new Gulp task for compiling the homepage
index.html
containing all the examples - Added a new Gulp task for watching & compiling all the examples, individually, so each example could be used for testing purposes eacaa77