| Tech | Version |
| -------------------- | ------- |
| @material-ui/pickers | 3.0.0 |
| material-ui | 4.0.0 |
| React | 16.8 |
Set initial value to "undefined".
Input field: empty
Input field: current day date is displayed.
Manage "undefined" value exactly as you do with "null" value.
And to be consistent with material-ui input fields, when "no date" is selected, the value should probably be "undefined" instead of "null" (current behavior).
No, undefined will be parsed exactly as any other date value (like iso string, date object, etc)
@dmtrKovalenko I'de like to show an empty field in case of no date, is that possible?
Most helpful comment
@dmtrKovalenko I'de like to show an empty field in case of no date, is that possible?