Hi,
why shows the datepicker these value after delete selected value d.M.yyyy ?
Format is set to dd.MM.yyyy !
Here https://stackblitz.com/edit/angular-lsqmaw
Thank you
Ingo
Hello Ingo,
Checking your sample I saw you have resolved your issue. Actually setting the formatter determines how the date will be shown in the date picker when not in edit mode. Setting the mask determines how the date will be displayed when in edit mode as well as what will be displayed when no date is selected.
Please let me know if any additional questions on this matter arise.