You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
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)
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.
The text was updated successfully, but these errors were encountered: