Optional
allowOptional
allowAllows the user to select multiple options.
Optional
classRegular HTML class names
Optional
clearIf filtering is enabled, then this is used for the clear button's text
Optional
containerValid CSS selector targeting the current element's parent.
Dataset passed by reference. If a nullish value or an empty array is passed, the combobox is automatically disabled
Optional
filteringWhen provided, this will be used to filter the elements accordingly.
receives the current string input from the searchbar
an array
Optional
idif a value is provided, sparc will not use automatic UUID generation!
Optional
isUse this boolean flag to toggle a css class disabling interactions with the component.
Optional
isUse this boolean flag to toggle a css class while the async component loads.
Optional
onCallback that receives the current dataset value each time an option is selected
Optional
placeholderPlaceholder text for the input field
Optional
returnBoolean flag to indicate whether the full options array should be returned, or only an array containing the checked options
Optional
titleCurrently used as a tooltip. Displays the current value by default
Indicates if dataset is filterable