TextField form control props
- Added a new prop to
TextField
to support passing through props directly to theFormControl
component. - This allows you to set e.g.
fullWidth
on theFormControl
, and make form elements expand to the containers size, as well as a lot of extra flexibility. - Matching unit test and regenerated docs.