Skip to main content

Type Alias: SelectProps

SelectProps: Omit<ReactSelectProps<SelectOption, IsMulti>, "styles" | "value" | "onChange" | "components"> & SxProp & object

Type declaration

disabled?

optional disabled: boolean

leadingIcon?

optional leadingIcon: IconType

onChange()?

optional onChange: (value) => void

Parameters

value: SelectOptionValue | undefined

Returns

void

trailingIcon?

optional trailingIcon: IconType

value?

optional value: SelectOptionValue

Defined in

packages/ui/src/components/Select.tsx:35