material ui datepicker disable keyboard input code example
Example: how to disable keyboard calender input in material ui datepicker reactjs
<KeyboardDatePicker
...
InputProps={{ readOnly: true }}
/>
<KeyboardDatePicker
...
InputProps={{ readOnly: true }}
/>