- Bugfix - when tags are styles to render "outside" of the tagify component, the dropdown should not be visible when clicking outside the input box 6779018
- Updated the "Easy to customize" example in the demos page to improve some styles regarding the "remove tag" button appearance f5b8ac5
- Bugfix - selecting an option with
value:0
should work as expected 463a77a - Minor CSS change to tag's max width 57ba284
- Fixes #1312 - clicking on the right side, inside an empty tag, should focus out the tag and hide the dropdown also 958b769
- Added a new setting -
focusable
65187c5 - Simplified the condition because
dropdown.enabled
is changed to0
automatically ifuserInput
is set tofalse
by theapplySettings
method caae620 - [chore] comment alignment f82b102
cursor: text
CSS property should only be applied if Tagify has an editable node within 3d36780- Fixes #1316 - The React port should be able to update callbacks references and remove old ones 7b97280
- Example for removing all events callbacks d4264fe
- Added a
this.removeAllCustomListeners
as a cleanup stage inside thedestroy
method d787493 - Added ability to remove all the events listeners for a specific type of an event, without specifying the callbacks as they are saves internally - Added ability to remove all the events assigned on the instance c08a3d1
- Fixed a README mistake where
react.tagify
should be imported from thesrc
folder and notdist
619dba5