Open larsschwarz opened 12 years ago
Exactly - noticed the same. Any clues what's the underlying issue?
This is the problem: http://bugs.jqueryui.com/ticket/8645
To fix it, add this line to the top of _create(): this.options.initialTags = this.options.initialTags.slice(0);
Just noticed that updating jQuery UI from 1.8.24 to 1.9.0 breaks Tagit ...
when having multiple instances of Tagit (with different tags) all of them display all the same tags.