Skip to main content

Suggest Multiple Input API

Properties
NameTypeDefaultDescription
valuestring[]Specifies the value of the input.
optionsstring"[]"Specifies the suggestion labels available in the input.
disabledbooleanfalseMakes the input disabled.
readonlybooleanfalseMakes the input read-only.
loadingbooleanfalseSpecifies the loading state.
placeholderstringnullSpecifies the placeholder text in the input.
Events
EventDescriptionReturns
changeFires when a value is added or removed.{ detail: { valueArray: ['value1', 'value2'] } }