rauchg / TextboxList

MooTools tokenizer
100 stars 35 forks source link

Duplicate Entries on removing a tagged item #6

Open atif opened 12 years ago

atif commented 12 years ago

Hi,

Using Jquery TextBoxList, i faced the following problem:

  1. After delete a tagged item, auto completed showed all items including items has tagged.
  2. Add duplicate tagged items because case 1 occur.

Seems like the remove bit event makes the tagged items out of sync. Kindly check, and fix.

Thanks.