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!
While using the datepicker with the enableMask set as true, the component shows two distinct behaviours.
If you start filling a date with numbers 1 through 9, after filling the first part (ie. 10/month/year), the highlight is correctly moved to the next part. Works like a charm.
But, if your date starts with zero (ie. 05), at first the number zero is ignored and does not appear on the input, then as you fill in the next number, both of them are shown but the highlight is not moved to the next date part. This behaviour happens with either Day or Month part of the date.
This behaviour is present at your demo page at the moment, but i forked it for reference in this thread.
https://angular-mpo4va.stackblitz.io
The format i'm using for the date is 'dd/MM/yyyy', but the same thing applies to the 'MM/dd/yyyy' format
Thanks in advance.