Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Tagging Label isn't implemented in uiSelectSingle #938

Open
viniciusdacal opened this issue May 18, 2015 · 12 comments
Open

Tagging Label isn't implemented in uiSelectSingle #938

viniciusdacal opened this issue May 18, 2015 · 12 comments

Comments

@viniciusdacal
Copy link

There's a way to make Tagging Label works in uiSelect Single?

@Pavek
Copy link

Pavek commented May 25, 2015

+1

@KylePDavis
Copy link

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 v0.9.9 release with $select.taggingLabel in my markup.

e.g.,

<i ng-if="item.isTag">{{$select.taggingLabel}}</i>

Hope that helps.

@MartinNuc
Copy link

+1

@LeleDev
Copy link

LeleDev commented Oct 19, 2015

pretty serious issue, tagging is still broken for single-select, please fix it soon...

@fferraris
Copy link

👍

@0cv
Copy link

0cv commented Nov 18, 2015

Indeed, the example is bugged :(

@KylePDavis Could you please show (e.g. in a plunker) how you used the taggingLabel as workaround?

@KylePDavis
Copy link

@0cv
Copy link

0cv commented Nov 19, 2015

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...

@viniciusdacal
Copy link
Author

@Krisa I fix this bug in my fork https://github.com/viniciusdacal/ui-select
and there is a pull request opened #972

@andrecbr
Copy link

@viniciusdacal your fork works in angular ^1.4?

@viniciusdacal
Copy link
Author

@performatric yes, currently I'm using with angular 1.4.9 and it's working pretty fine.
In that fork i just fixed this problem with tagging.
I created another repository that we are currently maintaining and adding new features https://github.com/viniciusdacal/angular-select
I really don't like that fragmentation, but for this case I only see this way

@sabliao
Copy link

sabliao commented Jan 18, 2017

@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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

10 participants