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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote
Placeholder text not get displayed on initial render of the component. 

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 :

  1. Run the sample.
  2. See the issue ,
    Placeholder text not get displayed.

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.