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 Sep 5, 2024. It is now read-only.
I have a use case for the Chips component in which a user is entering a list of tags in the field. For most of my users it is not very intuitive to hit the enter key after each input. Rather, they enter a comma and expect the field to update accordingly.
While I can create custom handling for this in my controller, it seems to me this is a rather common use case which could use an opt-in setting on the directive. I'd be more than happy to submit a PR for this feature if it's something that makes sense in the framework.