Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
This issue occurs only when Masked Datepicker component is rendered with strict mode value as true
Sample : https://stackblitz.com/edit/angular-hzjur5-fgcypy?file=src/app.component.ts
Replication procedure :
Expected Output: Datepicker component should load with placeholder text irrespective to the maskPlaceholder property when value is null .
Current Output: Datepicker component loaded with maskPlaceholder text
Note :
If we focusin and focus out , the expected behavior works , only we are facing the issue on initial render.