OverviewOfficial Website
Choices.js is a vanilla JavaScript plugin that converts the normal select or input into customizable select inputs with multi-select and autocomplete support.
Add Package
npm i svelte-select --save
import Package
import Select from 'svelte-select';
Remove Package
npm remove svelte-select or you can remove package by removing specific package from package.json
Examples:
| Title | Template |
|---|---|
| Default Choice |
|
| Option Groups |
|
| Options added with no search |
|
| Default Multiple Select |
|
| Multiple Select with options group. |
|
| Disabled Select. |
|