SELECT2
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', }} />
https://selectize.github.io/selectize.js/
selectize
$('#select-gear').selectize({ sortField: 'text' });
https://github.com/gustavohenke/bselect
bselect
By Yurley Sánchez