SelectProps interface
The properties of the Select React component.
Signature:
export interface SelectProps<T extends string>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
items | ({ label: string | JSX.Element; value: T; } | 'separator')[] | ||
onChange | (value: T) => void | ||
placeholder | string | ||
triggerTitle | string | ||
value | T |