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.
2 parents 8c814a4 + 6b9b51a commit 0bd08aeCopy full SHA for 0bd08ae
packages/ra-ui-materialui/src/input/AutocompleteInput.tsx
@@ -116,7 +116,7 @@ const defaultFilterOptions = createFilterOptions();
116
export const AutocompleteInput = <
117
OptionType extends RaRecord = RaRecord,
118
Multiple extends boolean | undefined = false,
119
- DisableClearable extends boolean | undefined = false,
+ DisableClearable extends boolean | undefined = boolean | undefined,
120
SupportCreate extends boolean | undefined = false,
121
>(
122
props: AutocompleteInputProps<
0 commit comments