Appearance
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.
Pick some names
Multiple + searchable
Combine is-multiple with is-searchable for typical tag-picker UX.
Pick some names
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.
name_0
name_1
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.
name_0
name_1
name_2