rkit / react-select2-wrapper

Wrapper for Select2
MIT License
163 stars 97 forks source link

Add Support for tags #54

Closed niklabh closed 7 years ago

rkit commented 8 years ago

Yes, you can — https://select2.github.io/examples.html#tags

<Select2
  …
  options={{
    placeholder: 'Select tags',
    tags: true,
    allowClear: true,
    …
  }}
/>