jquery-tokeninput icon indicating copy to clipboard operation
jquery-tokeninput copied to clipboard

Do not allow to delete readonly tokens

Open heyjinkim opened this issue 8 years ago • 0 comments

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.

heyjinkim avatar Apr 27 '17 03:04 heyjinkim