We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ad839 commit 9f4ce7bCopy full SHA for 9f4ce7b
packages/common/src/select/select.d.ts
@@ -28,7 +28,7 @@ export interface SelectProps {
28
isSearchable?: boolean;
29
SelectComponent?: React.ComponentType;
30
noValueUpdates?: boolean;
31
- useFlatOptions?: boolean;
+ optionsTransformer?: (options: AnyObject[]) => option[];
32
}
33
34
declare const Select: React.ComponentType<SelectProps>;
0 commit comments