We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475f86 commit 08f6549Copy full SHA for 08f6549
1 file changed
packages/ra-ui-materialui/src/input/AutocompleteInput.tsx
@@ -325,6 +325,7 @@ If you provided a React element for the optionText prop, you must also provide t
325
optionText:
326
optionText ??
327
(isFromReference ? getRecordRepresentation : undefined),
328
+ optionValue,
329
createValue,
330
createHintValue,
331
selectedItem: selectedChoice,
0 commit comments