<DatePicker
hintText="From"
textFieldStyle={{
color: '#ffffff',
}}
/>
In right side, DatePicker
is filled with date.
I provide white color inline-css to DatePicker
through textFieldStyle
prop but TextField
in datepicker never changed.
Versions
You've been struck by the curse of the undocumented child component property!
Try: inputStyle={{color: 'white'}}
Related to #3172.
@mbrookes Perfect!
Same applied for the AutoComplete.. hopefully documentation gets updated
still not updated
Most helpful comment
You've been struck by the curse of the undocumented child component property!
Try:
inputStyle={{color: 'white'}}
Related to #3172.