- refactor: simplify isNodeTag function for improved readability 5f1c50d
- fixed
readonly
&disabled
so it is now impossible to interact with the Tagify component when these states are set. It was previously possible to edit things when tabbing "into" them 704b3b7 - refactor: remove unnecessary
data-can-editable
attribute from tag template 1290dee - undid last change. the user should control this from the outside. fbd51e6
- fix: if
userInput
is false, only setdropdown.enabled = 0
ifdropdown.enabled
setting was not intentionally set tofalse/null/undefined
, which indicates the user does not want to show it no matter what 4fb2331 - refactor: update contenteditable attributes to use data-can-editable so "setContentEditable" method could work properly regardless of the contenteditable attribute existance ced5432
- disabled tagify with a placeholder should still show the placeholder text, but only if there are no tags c69ec4d