You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(uiSelectController): Select by click on non-multiple tagging (bis) (angular-ui#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 angular-ui#1439 that were mysteriously lost.
Fixesangular-ui#1357, angular-ui#1496 and angular-ui#1409
* Simplification to combine ctrl.clickTriggeredSelect in one assignment
0 commit comments