You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
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?