FilterSelect API
API reference docs for the Stash FilterSelect
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import FilterSelect from '@leaflink/stash/FilterSelect.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
label | string | '-' | |
modelValue | FilterSelectModelValue | - | |
name | string | '-' | The name attribute for the `<input>` elements. It is also used as a unique field to differentiate FilterSelect instances. |
options | Array | - | |
canSelectAll | boolean | false | When true, this prop adds an "All" option for selecting all options. |
Slots
None
Events
Name | Description |
---|---|
update:modelValue |