[docs][material-ui][TextField] Undocumented breaking change #45940
Labels
status: waiting for author
Issue with insufficient information
support: docs-feedback
Feedback from documentation page
Related page
https://v6.mui.com/material-ui/migration/upgrade-to-v6/#breaking-changes
Kind of issue
Missing information
Issue description
I ran into an undocumented breaking change on the
TextField
component, previously when adding aselect={true}
prop, props such asmultiple
were automatically forwarded to theSelect
component. It seems from v6 that is no longer the case and the props have to be set via:This is actually a breaking change for people who used the method described above to implement these props. While slotProps is mentioned as the new way of passing props to child components and SelectProps is mentioned as being deprecated there is no mention of the prop forwarding behavior as a breaking change.
Context
No response
Search keywords: multiple prop / select props not forwarded textfield
The text was updated successfully, but these errors were encountered: