Skip to content

Commit

Permalink
Fix ReferenceArrayInput props Drilling
Browse files Browse the repository at this point in the history
  • Loading branch information
djhi committed Mar 1, 2021
1 parent 6546a20 commit ddcbf0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ra-ui-materialui/src/input/ReferenceArrayInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,12 @@ const ReferenceArrayInput = ({
translate={translate}
children={children}
{...props}
{...sanitizeListRestProps(controllerProps)}
choices={controllerProps.choices}
loaded={controllerProps.loaded}
loading={controllerProps.loading}
setFilter={controllerProps.setFilter}
setPagination={controllerProps.setPagination}
setSort={controllerProps.setSort}
/>
</ListContextProvider>
</ReferenceArrayInputContextProvider>
Expand Down

0 comments on commit ddcbf0c

Please sign in to comment.