Skip to content

Commit a456147

Browse files
authored
Merge pull request #7015 from ZachSelindh/sanitize-restprops-from-sai
Sanitize emptyText, enableGetChoices @ SAI
2 parents cd892ca + 6285b2a commit a456147

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ra-ui-materialui/src/input/SelectArrayInput.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,13 @@ const sanitizeRestProps = ({
334334
crudGetOInputWithOptionsPropsne,
335335
defaultValue,
336336
disableValue,
337+
emptyText,
338+
enableGetChoices,
337339
filter,
338340
filterToQuery,
339341
formClassName,
340342
initializeForm,
343+
initialValue,
341344
input,
342345
isRequired,
343346
label,

0 commit comments

Comments
 (0)