Select2
Practical patterns for thoughtful interfaces.
Select2 uses jQuery. The integration includes single select, multi-select, search, and
user-created tags.
Primary example
More possibilities
Search for an option or type a new tag and press Enter. Multi-select fields support removing selected items.
Usage
$('#select2-tags').select2({ tags: true, width: '100%' });