Skip to content

Commit

Permalink
Merge pull request #4641 from marmelab/fix-referencearrayinput-defaul…
Browse files Browse the repository at this point in the history
…tvalue

Fix missing defaultValue handling in ReferenceArrayInput
  • Loading branch information
djhi authored Apr 6, 2020
2 parents 7e9782e + 32921c8 commit 1159d53
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 1159d53

Please sign in to comment.