vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

ui-select and tags options bug #481

Closed TomOffringa closed 8 years ago

TomOffringa commented 8 years ago

Hi,

We noticed something weird in our application. We use both the tag option and the ui select option in the same page. Whenever they're both active the ui-select seems to inherit, or atleast mimic the options in the tag directive. Whenever we open the options for our ui-select it says it wants to select tags instead of its own array of options.

I've tried to recreate this in a JSFiddle, if I'm overseeing something or this isn't clear enough please let me know. As you can see, when you try to select a different state in the Alabama select it opens the tag select options. A link to the JSFiddle -> http://jsfiddle.net/yasbrb8k/

Thanks in advance!

Best,

Tom