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!
Hi Team,
The DateTimePicker mask does not work correctly when the enableMask property is set to true and the maskPlaceholder property is set to '{day: 'd', month: 'M', year: 'y', hour: 'h', minute: 'm', second: 's'}', and you try to type a date using the keyboard. When typing a year value, as soon as the first digit of the year is entered, the mask jumps to the next element (hh).
Replication Procedure:
Expected: The mask should not jump to the next element when typing the year value.
Current: When typing a year value, as soon as the first digit of the is entered, the mask jumps to the next element.