This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Home
Karl edited this page Jun 15, 2017
·
3 revisions
Welcome to the Selectr wiki!
Selectr is lightweight dependency-free select box replacement written in vanilla javascript. Just 6KB minified and gzipped. Similar to Select2 and Chosen without the jQuery dependencies.
Supports most modern browsers including IE9.
Features:
- Supports single and multiple select boxes
- Supports optgroups
- Searchable options
- Tagging support
- Custom events
- Custom styling
- Native select for mobile devices
- Custom datasets
- Dynamically add options
- Much more...
- defaultSelected
- multiple
- searchable
- clearable
- allowDeselect
- width
- placeholder
- maxSelections
- taggable
- tagSeperators
- tagPlaceholder
- data
- renderOption
- renderSelection
- pagination
- nativeDropdown
- closeOnScroll
- sortSelected
- customClass
- messages