Skip to main content

Multiselect Input API

Properties
NameTypeDefaultDescription
itemsarray[]Options displayed as selectable items. Each item has a content string and optional status and icon fields.
disabledbooleanfalseDisables the component.
readonlybooleanfalseSets the read-only state. The component can still be opened.
invalidbooleanfalseSets the invalid (error) state.
placeholderstringPlaceholder text shown when no items are selected.
label-merge-limitintegerInfinityNumber of selected items above which they are merged into a single label.
Events
EventDescriptionReturns
itemremoveFires when an item is removed.{ detail: { item } }
clearFires when the clear button is clicked and all items are removed.
changeFires when an item is removed or the clear button is clicked.
triggerFires when the input area is clicked (mouse or keyboard).