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 3b3d65f commit 437e5b4Copy full SHA for 437e5b4
1 file changed
packages/ra-ui-materialui/src/input/AutocompleteInput.tsx
@@ -158,7 +158,7 @@ export const AutocompleteInput = <
158
noOptionsText,
159
onBlur,
160
onChange,
161
- onCreate: onCreateProp,
+ onCreate,
162
openText = 'ra.action.open',
163
optionText,
164
optionValue,
@@ -177,7 +177,6 @@ export const AutocompleteInput = <
177
} = props;
178
179
const filterToQuery = useEvent(filterToQueryProp);
180
- const onCreate = useEvent(onCreateProp);
181
182
const {
183
allChoices,
0 commit comments