Select
type Select = { block?: boolean; clearable?: boolean; defaultValue?: string; disabled?: boolean; id?: string; key?: string; name: string; onChangeAction?: ActionConfig; options: { label: string; value: string; }[]; pill?: boolean; placeholder?: string; size?: ControlSize; type: 'Select'; variant?: ControlVariant;};Properties
Section titled “Properties”block?
Section titled “block?”optional block: boolean;clearable?
Section titled “clearable?”optional clearable: boolean;defaultValue?
Section titled “defaultValue?”optional defaultValue: string;disabled?
Section titled “disabled?”optional disabled: boolean;optional id: string;optional key: string;name: string;onChangeAction?
Section titled “onChangeAction?”optional onChangeAction: ActionConfig;options
Section titled “options”options: { label: string; value: string;}[];| Name | Type |
|---|---|
|
|
|
|
|
|
optional pill: boolean;placeholder?
Section titled “placeholder?”optional placeholder: string;optional size: ControlSize;type: 'Select';variant?
Section titled “variant?”optional variant: ControlVariant;