rosslavery / angular2-tag-input

Tag input component for Angular 2
45 stars 42 forks source link

ngTagInput #9

Open anrepppp opened 7 years ago

anrepppp commented 7 years ago

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:

rosslavery commented 7 years ago

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 add-from-autocomplete-only suggestion, there is already an option called autocompleteMustMatch, does this not accomplish what you're looking for?

Obviously PR's are greatly appreciated but not expected by any means.

anrepppp commented 7 years ago

Ross, thanks for taking your time for replying me back. I am sorry, actually addFromAutocompleteOnly is similar to autocompleteMustMatch. It is there i agree.

SteveDowsett commented 7 years ago

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

anrepppp commented 7 years ago

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.