-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add taggingLabel for single and multiple select #972
Add taggingLabel for single and multiple select #972
Conversation
Please merge this one soon... |
Sorry but there are so many issues to backtrack that I can't find the original, can you post a Plunkr demonstrating the bug so I can verify this fixes it? Maybe there already is a demo of the problem but I can't find it and would like to have it documented here for future reference. Thanks @viniciusdacal |
In this first Plunkr you can see the error. On this follow Plunkr, I just add my current version of select.js with the fixes. Thanks @brianfeister |
@brianfeister, as this pull request fixes a critical function (taging on single select), can you allocate the time for merging it to master ? |
+1 |
@brianfeister any news about it? |
+1 |
3 similar comments
+1 |
+1 |
+1 |
+1 |
2 similar comments
+1 |
+1 |
Anything new? |
+1 |
5 similar comments
+1 |
+1 |
👍 |
+1 |
+1 |
Is there anything I could do to help having this PR merged? |
any news about it? |
Any news ? |
We forked viniciusdacal's version and use it for like 6 months already. |
As was mentioned here for me the easiest workaround was just to use a regular multiple with tagging and set limit="1". |
This needs rebasing. Linking issue this fixes - #972. |
thanks @wesleycho. |
…e-endings chore: normalize line endings
906dfda
to
a85b1d6
Compare
a85b1d6
to
2e1f5bf
Compare
@wesleycho updated. |
any news about the revision? |
There are still conflicts apparently, can you rebase again? |
@user378230 when I rebase my branch last time, I got the current code and added the changes again. so, this code has all changes from the day I rebased. |
+1 |
Thats fine, just still need to make sure no changes are dropped prior to commit of copy-paste. This still needs test(s), rebasing, example updating & squashing though. Once that is done, I'll merge. Thanks for your patience and hard work! 👍 |
I think you should add : ctrl.taggingLabel = '(new)'; in controller There is a difference between single and multiple mode : in single a compare function with case insensitive is used and in multiple mode angular.equals (sensitive function) is used |
issue #938