-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Can't select elements with click when when using tagging
#1496
Comments
tagging
tagging
This does seem missing - not sure what happened to it - @aaronroberson any idea why it's not appear in the history in |
That's odd, I'll look into it later today once I get the chance! |
I have a same problem |
Hi, the issue 1439 seems to be still present : tried with v1.6.1. A handler function is missing ('keyup' event) inside the uiSelectSingle directive. |
This is what I was going to say, lol. Thank you. |
I'm facing this issue as well, doesn't seem to be fixed yet (v1.6.1). |
Thanks for that easy quickfix @hagayl |
Thanks @hagayl! |
If you leave tagging-label blank it isn't possible to add anything which is not in the list of items. I need the ui-select for selecting an item or add a new item. |
Can someone create a new PR please? |
#1727) * When in tagging mode, not multiple (taggingLabel === false), selecting an item by click was instead calling taggingFunc(). This fix checks for this manual selection, whether ctrl.search is filled or not and acts accordingly. Same changes mad in #1439 that were mysteriously lost. Fixes #1357, #1496 and #1409 * Simplification to combine ctrl.clickTriggeredSelect in one assignment
I am having the same issue as #1357 using 0.16.0 (from bower).
I see that this was fixed in #1439, but I can't find that commit either in the 0.16.0 tag, nor master. Am I missing something?
The text was updated successfully, but these errors were encountered: