- improved the
users list
demo in the main demos page f7b5164 - moved last commented change
this.state.hasFocus
to a better location in the code 2fa118c - improved README with a better "basic example" section c6abe27
- re-made how "select" mode works so instead of the input being editable, the actual tag is now visible and goes into edit-mode and the input is hidden bacaeb0
- removed a
console.log
ab10852 - when calling
addEmptyTag
method, the Tagify field should be focused dc6adf4 - in case the suggestions DropDown is placed inside the
tagify.DOM.scope
node, it should not inherit itsline-height
style fd6503c dropdown.appendTarget
setting can now be a function as well, which should return a DOM node bb40af2- fixes #1286 - calling
addEmptyTag()
withdropdown.enabled: 0
setting should create an empty tag with a dropdown of suggestions c86a231