We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e773c1 + a2ca057 commit ea3c894Copy full SHA for ea3c894
packages/ra-core/src/form/useChoices.tsx
@@ -13,7 +13,7 @@ export type OptionTextFunc = (choice: any) => string | OptionTextElement;
13
export type OptionText = OptionTextElement | OptionTextFunc | string;
14
15
export interface ChoicesProps {
16
- choices?: RaRecord[];
+ choices?: any[];
17
isFetching?: boolean;
18
isLoading?: boolean;
19
optionValue?: string;
0 commit comments