Hello, I'm trying to make the DatePicker (or any of the components in this awesome library) fill the width of the parent container. Is there a way to do this?
Hi,
Pass the fullWidth attribute to your element.
<DatePicker fullWidth />
Any props not recognized by the DatePicker and it's sub-components are passed down to TextField.
Pass the fullWidth attribute to DatePicker not work to me
Most helpful comment
Hi,
Pass the fullWidth attribute to your element.
<DatePicker fullWidth />