Skip to content

VueEasySelect (multiple)

Pass is-multiple and an array modelValue to switch to multi-select. Selected options render as removable chips in the control.

Basic multiple

Tap the cross on a chip to remove a selection. Nothing special on the consumer side — just set is-multiple.

Multiple + searchable

Combine is-multiple with is-searchable for typical tag-picker UX.

Multiple + search inside dropdown

In multi mode, search-position='options' is usually the better UX — the chips stay visible in the control while you filter the dropdown.

Clearable multiple

is-clearable works the same in multi mode — the × button wipes all selected chips in one click. Only renders when there's at least one selection.