Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for values which are different from their label #13

Open
garjitech opened this issue Jun 9, 2011 · 3 comments
Open

Support for values which are different from their label #13

garjitech opened this issue Jun 9, 2011 · 3 comments

Comments

@garjitech
Copy link
Contributor

The autocomplete items support value and label properties. It might be useful to allow these to be different. For example, in the case of emails "First Last" [email protected] might be pasted into the input field. In this case, the label would be set to the display name and the value would be set to the email address. If label and value are allowed to be different, then the isNew function should probably check the value property (rather than the label property) when determining if a new input already exists.

@webworka
Copy link
Owner

Nice idea. During the next days I'll not have the time for doing something like this. But I'll go for it.

@sheldond
Copy link

I'm curious if any progress has been made on this feature. I'd like to use it as well (to show users a count of how popular each tag is). I tried using jquery autocomplete event callbacks to do this but they seem to interfere with Tagedit so it won't work. Thanks!

@garjitech
Copy link
Contributor Author

I have a custom version which I'm using which supports it. I'll try to get it up there tonight.

On Dec 12, 2011, at 10:11 AM, Sheldon [email protected] wrote:

I'm curious if any progress has been made on this feature. I'd like to use it as well (to show users a count of how popular each tag is). I tried using jquery autocomplete event callbacks to do this but they seem to interfere with Tagedit so it won't work. Thanks!


Reply to this email directly or view it on GitHub:
#13 (comment)

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

No branches or pull requests

3 participants