[Feature Request]: Tagging Support for input

Hello,

I wonder if Ionic platform supports any form of “tag input” as demonstrated in following DEMO.

For Web projects (Angular) I used select2. However there is a lot of dependences like Bootstrap, jQuery

Native Android and iOS work great and fast with tagging.

Today I try to populate tag input with mails according to drop down list.

Thanks,

I’ve never seen any of these in our code; so, I don’t think they are there. It’d be a nice feature to have though. Perhaps you’d open a GitHub issue feature request?

Can you please share the link to proper branch in Github? I never opened pull request for Ionic. Thanks for your time

It’s just this : https://github.com/driftyco/ionic

could you use ui-select? this now has tag support

Were you able to get desired result from ui-select?