jquery-tokeninput
jquery-tokeninput copied to clipboard
Do not allow to delete readonly tokens
Fixing Backspace will delete readonly tokens https://github.com/loopj/jquery-tokeninput/issues/424
delete_token return false if token_data.readonly == true and the hidden_input.change() would only execute if delete_token return true.