sniperwolf / taggingJS

jQuery plugin to tagging like a charm!
http://sniperwolf.github.io/taggingJS/
MIT License
933 stars 151 forks source link

can only delete last tag using backspace #10

Closed alpha-ninja closed 10 years ago

sniperwolf commented 10 years ago

Hi @alpha-ninja,

Thank you for the issue. Yes, the del button will remove only the last tag when the property edit-on-delete is true (that is the default value). I think that this is the right behavior. If you want to delete without any possibility of change, simply set to false the value of edit-on-true using one of the three way.

Tell me what you think about it ;)

alpha-ninja commented 10 years ago

I don't care so much, just came across this library, thought it was cool and noticed that. I would, coming across some website that implements this library, expect that to work.