-
Notifications
You must be signed in to change notification settings - Fork 42
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
ngTagInput #9
Comments
Hey, These are great suggestions. Some of these I've been planning on implementing for a while, but I don't have a lot of free time right now to do extensive updates. I typically do updates when one of our internal applications needs a feature. Right now we are in need of custom templates so it's something I'd like to get to shortly, but can't guarantee. With regards to your Obviously PR's are greatly appreciated but not expected by any means. |
Ross, thanks for taking your time for replying me back. I am sorry, actually addFromAutocompleteOnly is similar to autocompleteMustMatch. It is there i agree. |
Great plugin! Although it would be great if the tags could be key/value pairs so that the display could be a string and the data stored in the array could be the id. Its a real blocker for me as id love to be able to use this but i need to be able to work with the Id so that i can send the data back to an API call. Is this something that could be implemented soon? or i could do my self with a point in the right direction? Thanks again for all your work this far |
Hey Ross, I am quite wondering are you going to add a template property for autosuggestion as well. If i understand clearly from our last conversation you might be adding a template property for rl-taginput, but do you have any ideas to add template for autosuggestion specific. Because, in our project we kind of need two separate templates one for regular tags input and another for autosuggestion. |
Ross,
You did a great job putting out the plugin. Actually i am referring to the Angular1 plugin ngTagInput and I see that following features are missing, can you please conform that are there any plans to extend this plugin to support more features like:
return string we convert and show it in the label.
element when the directive loses focus.
Tag will be added if the value is true or success promise.
The text was updated successfully, but these errors were encountered: