-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Tagging Label isn't implemented in uiSelectSingle #938
Comments
+1 |
Same here. Realized it wasn't just me when I noticed that the tagging demos without multiple aren't working either. In the meantime though I have been able to work around this by using the e.g., <i ng-if="item.isTag">{{$select.taggingLabel}}</i> Hope that helps. |
+1 |
pretty serious issue, tagging is still broken for single-select, please fix it soon... |
👍 |
Indeed, the example is bugged :( @KylePDavis Could you please show (e.g. in a plunker) how you used the taggingLabel as workaround? |
I used it in my mongodb-workbench project. Here, specifically: https://github.com/KylePDavis/mongodb-workbench/blob/v0.0.1/src/web/components/connection/connection.html#L38 |
I see thank you. Actually, it's just to keep the value of the taggingLabel in a dynamic way but not changing much the issue. But my problem is actually even different. The call to the tagging function (stored in the attribute tagging) is just not working in my case. It works when I specify the attribute "multiple" but as soon as I go into a single picklist, my function is not called anymore and then the rest fails obviously... I'm using controllerAs, I fear it might be something not supported yet. Finally, my workaround is to do a "multiple" for a single picklist, and I have added limit=1... |
@Krisa I fix this bug in my fork https://github.com/viniciusdacal/ui-select |
@viniciusdacal your fork works in angular ^1.4? |
@performatric yes, currently I'm using with angular 1.4.9 and it's working pretty fine. |
@viniciusdacal I tried the demo from your fork/repo (both point to the same plunkr demo), and I didn't see a use of 'tagging' there, and thus am not able to actually add a custom value, which I thought was the whole point of forking the ui-select repo and creating your own. Is it just that the plunkr demo is out of date? I tried w/ putting something like "some custom address" instead of an actual address in the first input. EDIT: I just realized that probably none of the README.md is from you and is from the original ui-select project instead. How would one install your forked version instead? Is it registered under a different name w/ bower? |
There's a way to make Tagging Label works in uiSelect Single?
The text was updated successfully, but these errors were encountered: