-
Notifications
You must be signed in to change notification settings - Fork 540
Allow for custom tag and autocomplete templates #257
Comments
There is displayProperty for the tag field, which lets use create a display value different from the value stored in your tag object. I think what we need is displayProperty for autocomplete as well so you could have an autocomplete displayProperty that gives different info. In my case, I'm autocompleting users, which each have their own ID, but the tag should just be the name, while autocomplete needs more information, such as their company name |
I've implemented something like this for myself on a branch. The tag now defines a https://github.com/glg/ngTagsInput |
Can this issue be closed? |
Absolutely. Thanks. On Dec 16, 2014, at 5:53 PM, Michael Benford [email protected] wrote:
|
Is there a way ( short of forking the code ) to provide a custom template for both the tag and the autocomplete template? I'm using ngTagsInput as a multi-user selector for my application, but I would like to implement the following:
Effectively a hybrid of ngTagInput and Angucomplete http://ghiden.github.io/angucomplete-alt
The text was updated successfully, but these errors were encountered: