We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What you were expecting: SelectArrayInput to honor defaultProps set for MuiSelect component
SelectArrayInput
What happened instead: SelectArrayInput has a hardcoded size prop that is not possible to override
Steps to reproduce: add following to the components sections of the theme
components
MuiSelect: { defaultProps: { variant: 'outlined', size: 'medium', }, },
Related code: https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/src/input/SelectArrayInput.tsx#L295
Other information:
Environment
The text was updated successfully, but these errors were encountered:
Thanks for your feedback. We would gladly welcome a PR from the community for this bugfix!
Sorry, something went wrong.
size
outlined
Fixed in #8562
No branches or pull requests
What you were expecting:
SelectArrayInput
to honor defaultProps set for MuiSelect componentWhat happened instead:
SelectArrayInput
has a hardcoded size prop that is not possible to overrideSteps to reproduce:
add following to the
components
sections of the themeRelated code:
https://github.com/marmelab/react-admin/blob/master/packages/ra-ui-materialui/src/input/SelectArrayInput.tsx#L295
Other information:
Environment
The text was updated successfully, but these errors were encountered: