betaWeb / inputTags-jQuery-plugin

http://betaweb.github.io/inputTags-jQuery-plugin/
40 stars 19 forks source link

editing tag allow duplicates #8

Closed ropic closed 8 years ago

ropic commented 8 years ago
  1. create a tag abc hit enter.
  2. create a tag abcd hit enter.
  3. edit tag abcd and uptate it to abc hit enter.
  4. we have duplicated tags abc
betaWeb commented 8 years ago

Hello,

I have added an option "only" which allow you to choose if tags must be uniq or not.

thx for the report ;)