Skip to content

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

NameTypeDefaultDescription
labelstring '-'
modelValueFilterSelectModelValue-
namestring '-' The name attribute for the `<input>` elements. It is also used as a unique field to differentiate FilterSelect instances.
optionsArray-
canSelectAllbooleanfalseWhen true, this prop adds an "All" option for selecting all options.

Slots

None

Events

NameDescription
update:modelValue