DatePicker has no way to clear it · Issue #1529 · mui/material-ui

I am trying to clear the datepicker. The best I can do is: this.refs.myDatePicker.setDate(); which clears the field. however this.refs.myDatePicker.getDate(); still gives me the date. Is there a wa...