xoxco / jQuery-Tags-Input

Magically convert a simple text input into a cool tag list with this jQuery plugin.
http://xoxco.com/projects/code/tagsinput/
2.29k stars 826 forks source link

honor disabled inputs #341

Open chestercharles opened 7 years ago

chestercharles commented 7 years ago

Added a configuration option honorDisabled, that when set to true (false by default) prevents the generated tags input from being interactive (no "fake input" created) and prevents tags from being removed if the original input is disabled.