We can help you solve company communication.
Simplify your workflow in minutes.
Choices.js is a lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency. We currently support only the basic variation of the Choices plugin. Styles for search field, pills and other elements will be added in one of the future releases.
<select class="form-select" data-choices> <option>Option</option> <option>Another option</option> <option>Something else here</option> </select> <select class="form-select form-select-sm" data-choices> <option>Option</option> <option>Another option</option> <option>Something else here</option> </select> <select class="form-select form-select-xs" data-choices> <option>Option</option> <option>Another option</option> <option>Something else here</option> </select>