-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Tagging without multiple with new tags doesn't works when using angularjs 1.3.2 #890
Comments
And just trying to use angularjs 1.3.0 on the app I'm working on does run the tagging function, but doesn't seem to pass any arguments such as the new object. $scope.tagTransform = function (newTag) {
console.log("new tag", newTag, arguments);
// ...
}; |
I've written a quick workaround you can find there. |
I am facing the same issue , tagging is not happening with above mentioned code using angularjs 1.3.2 |
I actually see this same problem in 1.3.1 as well. Works fine in 1.3.0. |
I'm facing the same problem. |
same problem here http://plnkr.co/edit/m1SQXUxftBLQtitng1f0?p=preview by changing the angular version in line 21 from |
Same problem here. Any issue ? (1.3.16/angular.js) |
I'm facing the same problem. Please help |
This temporary fix worked for me: |
Please make tagging work also without the workaround tagging-label="false"... |
👍 |
…i/ui-select#890, using a workaround. Also allow assume tagging by default
I solved this with older version of ui-select. I am using version 0.11.0. With angular >1.3.2 it works as it's suppoused to and with angular <=1.3.2 you have to set tagging-label to "(new)" explicitly otherwise "undefined" will be shown. |
…orks Tagging in single select is not working which has been testing in latest version of angular. Here, I've just copied working version of code from uiSelectMultiple directive and removed some code which causes the problem. All the test has been passed. Examples are working fine Closes angular-ui#1409, angular-ui#890
…orks Tagging in single select is not working which has been testing in latest version of angular. Here, I've just copied working version of code from uiSelectMultiple directive and removed some code which causes the problem. All the test has been passed. Examples are working fine Closes angular-ui#1409, angular-ui#890
…orks Tagging in single select is not working which has been testing in latest version of angular. Here, I've just copied working version of code from uiSelectMultiple directive and removed some code which causes the problem. All the test has been passed. Examples are working fine Closes angular-ui#1409, angular-ui#890
When using angularjs 1.3.2 tagging without multiple doesn't work for new items that are not added to the array.
I've also tried editing
demo-tagging.html
, by replacing the angularjs libraries with following:And it seems to confirm something changed in the 1.3.2 to break this feature.
I'm really hoping there's an easy fix for this 😞 as this feature was exactly what I needed.
The text was updated successfully, but these errors were encountered: