This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Can´t select elements with mouse click when using TAGGING #1357
Comments
I just came across this issue too, although i don't think it is new as prior to today my version of ui-select hadn't been updated in over a month and the issue was present then. |
+1, using Maybe related to #1312 |
soyuka
added a commit
to soyuka/ui-select
that referenced
this issue
Feb 16, 2016
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. closes angular-ui#1357
aaronroberson
added a commit
that referenced
this issue
Feb 18, 2016
fix(uiSelectController): select by click on non-multiple tagging 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. closes #1357
brocksamson
pushed a commit
to brocksamson/ui-select
that referenced
this issue
May 5, 2016
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. closes angular-ui#1357
aaronroberson
pushed a commit
that referenced
this issue
Jul 19, 2016
#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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I can not select any item of ui-select-choice list if I am using the tagging option.
Try out this example: https://github.com/angular-ui/ui-select/blob/master/examples/demo-tagging.html
Thanks.
The text was updated successfully, but these errors were encountered: