We need to use localized placeholder (for german language), so instead of DD.MM.YYYY we set TT.MM.JJJJ, like this:
<DatePicker placeholder="TT.MM.JJJJ" {...otherProps}/>
Everything works fine before user clicks on input => custom placeholder is replaced by default DD.MM.YYYY
I think, custom placeholder shouldn't be overriden.
We need to use localized placeholder (for german language), so instead of DD.MM.YYYY we set TT.MM.JJJJ, like this:
<DatePicker placeholder="TT.MM.JJJJ" {...otherProps}/>
Everything works fine before user clicks on input => custom placeholder is replaced by default DD.MM.YYYY I think, custom placeholder shouldn't be overriden.