[Feature request] Typeahead tags #5316
Description
How difficult would it be to integrate a multiselect/tag system into Typeahead? This is the feature in a textbox where multiple items are separated into separate boxes. You've probably seen it when you add recipients to an email. There are other tag modules for Angular, but none of them integrate specifically with the Typeahead in ui-bootstrap. I deally they would be represented by an array of object or array of strings, where the object could specify type for color (i.e. danger, warning, etc.), scope attributes for a custom temple, a value to return, and text to display.
I was thinking about doing this myself (unless someone else wants to) and then submitting a pull. Has someone else already done this? Would it be too far from vanilla Bootstrap?