ποΈ Using the API
Examples of using the API to control selectize
ποΈ Confirm Delete
Examples of how to use delete confirmation dialogs.
ποΈ Diacritics
Selectize can handle diacritics. Try typing "cΓ΄te d'ivoire" or "sΓ£o
ποΈ Dynamic Option Groups
Selectize provides the ability to create option groups dynamically.
ποΈ Dynamic Options
Selectize provides the ability to create options dynamically.
ποΈ Custom Rendering and Validation
This demonstrates two main things, (1) custom item and option rendering and (2) item creation on-the-fly. Try typing a valid and invalid email address.
ποΈ Using Events
Examples of using selectize events
ποΈ Control Locking
Selectize controls can be locked to prevent user interaction.
ποΈ Maximum number of items
This example only allows 3 items. Select one more item and the control will be disabled until one or more are deleted.
ποΈ Normalize Options
Normalize string sended for search with any accent
ποΈ Option Groups
Selectize provides the ability to group options together within the dropdown menu.
ποΈ Performance and Scalability
Examples of selectize performance and scalability.
ποΈ Required Elements
Examples of using a required element with selectize
ποΈ Right-to-left Support
Examples of using the RTL support in selectize
ποΈ Single item select
The most vanilla of examples.
ποΈ Tagging
Add and remove items in any order without touching your mouse. Use your left/right arrow keys to move the caret (ibeam) between items. This example is instantiated from a <input type="text"> element (note that the value is represented as a string).