Select By Groups

https://www.npmjs.com/package/react-select2/v/4.0.3

https://github.com/rkit/react-select2-wrapper/tree/master/guide

https://github.com/select2/select2

Licence: MIT

jQuery

React

<Select2
  multiple
  data={[
    { text: 'Development',
      children: [
        { text: 'bug', id: 1 },
        { text: 'feature', id: 2 },
      ],
    },
    { text: 'documents', id: 3 },
    { text: 'discussion', id: 4 },
  ]}
  options={{
    placeholder: 'search by tags',
  }}
/>
<Select2
  multiple
  data={[
    { text: 'Development',
      children: [
        { text: 'bug', id: 1 },
        { text: 'feature', id: 2 },
      ],
    },
    { text: 'documents', id: 3 },
    { text: 'discussion', id: 4 },
  ]}
  options={{
    placeholder: 'search by tags',
  }}
/>

https://selectize.github.io/selectize.js/

selectize

$('#select-gear').selectize({ sortField: 'text' });

Licence: MIT

https://github.com/gustavohenke/bselect

bselect

Licence: MIT

deck

By Yurley Sánchez

deck

  • 427