In my application, I have a many needs for a multi-value autocomplete input widget that lets you specify a custom template for the dropdown.
Examples: 1) The user can input multiple tags. When typing, the system will suggest tags already in the database. The dropdown will be like Stack Overflow, where it shows more than the tag's text - it might show how frequently it's used, etc. 2) The user can input multiple recipients when sending a message to other users. The dropdown will suggest users that they can send the message to as they type. Each of these users will show their avatar, their full name, etc. 3) I want to add a user to a group. In this case, it works like above, but I only want them to add 1 user at a time (so I want to turn multi-value's off but still keep the same auto-complete dropdown functionality) I am having a hard time finding such a component that lets me do everything, and I fear that I may have to write my own from scratch. I really don't want to do that. Is there a component out there that will let me do all of these things? I want to use 1 component for all of my needs. Stack Overflow's Tag input is a great example of the level of power and control I would need, but I can't find anything that compares to this. I would really appreciate the assistance. Thanks -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
