Skip to content

Commit

Permalink
Fix missing defaultValue handling in ReferenceArrayInput
Browse files Browse the repository at this point in the history
Closes #4203
  • Loading branch information
fzaninotto committed Apr 6, 2020
1 parent cde5a39 commit 32921c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/input/ReferenceArrayInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const ReferenceArrayInput = ({
validate,
parse,
format,
...props,
});

const controllerProps = useReferenceArrayInputController({
Expand Down

0 comments on commit 32921c8

Please sign in to comment.