Optional
alignOptional
buttonAdditional css classes to help with unique styling of the combo box button
Optional
buttonText displayed on button if value
is undefined
Optional
buttonVariant of button
Optional
classOptional
commandText to display when no options match input
Optional
getUsed to determine the string value for a given option.
Optional
icon?: ReactNodeIcon to be displayed on the trigger
Optional
id?: stringOptional unique identifier
Optional
isOptional boolean to set if trigger should be disabled
Optional
onTriggers when content of textfield is changed
Optional
options?: readonly T[]List of available options for the dropdown menu
Optional
popoverAdditional css classes to help with unique styling of the combo box popover
Optional
textPlaceholder text for text field
Optional
value?: TThe selected value that the combo box currently holds. Must be shallow equal to one of the options entries.
Control how the popover menu should be aligned. Defaults to start