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 39a61a8 commit c911ae5Copy full SHA for c911ae5
src/Cascader.tsx
@@ -160,7 +160,7 @@ export interface CascaderProps<
160
) => void;
161
}
162
163
-export type SingleValueType = React.Key[];
+export type SingleValueType = (string | number)[];
164
export type InternalValueType = SingleValueType | SingleValueType[];
165
166
export interface InternalFieldNames extends Required<FieldNames> {
0 commit comments