You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.
If the base-input for the taglist has the "disabled"-attribute set, this attribute is not inherited in taglist.
This can be tested in a simple example: <input name="tags" id="tags" value="foo,bar,baz" disabled />
Then initialize the taglist $('#tags').tagsInput();
Now the taglist can completely be edited, even if the data is not submitted because the base-input is marked as "disabled", this can be confusing.
The text was updated successfully, but these errors were encountered:
If the base-input for the taglist has the "disabled"-attribute set, this attribute is not inherited in taglist.
This can be tested in a simple example:
<input name="tags" id="tags" value="foo,bar,baz" disabled />
Then initialize the taglist
$('#tags').tagsInput();
Now the taglist can completely be edited, even if the data is not submitted because the base-input is marked as "disabled", this can be confusing.
The text was updated successfully, but these errors were encountered: