Home > Software engineering >  How to set the placeholder text of the MUI DatePicker?
How to set the placeholder text of the MUI DatePicker?

Time:10-12

How can I set the placeholder text of the MUI DatePicker. The text that is displayed when deleting the text in the input field. I want to set the text to "tt.mm.jjjj" and I always the following error message:

Format string contains an unescaped latin alphabet character `j`

Codesandbox Demo

  • Related