Hi,
This component is wonderful and very cleanly designed! I'd like to know if there's a way I can use this component for selecting multiple comma separated items. Is this possible with the current set of options supported?
@ragebiswas Thanks!
Nope, I don't see a way to have a comma separated list. The component is designed to have a single value. You could, however, implement something like this:
If you decide to go with this approach, I'd encourage you to use 3.0 beta:
npm install [email protected] --save
Thanks for the reply @moroshko. I'll give it a shot :)
Most helpful comment
@ragebiswas Thanks!
Nope, I don't see a way to have a comma separated list. The component is designed to have a single value. You could, however, implement something like this:
If you decide to go with this approach, I'd encourage you to use 3.0 beta: