When showMaskTyped and leadZeroDateTime are ON with date input there is issue while typing value (some random zeros are appear and there is no way to remove them).
I figure out that there is problem with such mask0000-M0-d0 Hh:m0:s0.sss or 0000-M0-d0.
With d0-M0-0000 Hh:m0:s0.sss seems working fine.
I guess its critical issue cuz it is core functionality of lib.
🐞 bug report
Is this a regression?
No.
Description
When showMaskTyped and leadZeroDateTime are ON with date input there is issue while typing value (some random zeros are appear and there is no way to remove them).
I figure out that there is problem with such
mask
0000-M0-d0 Hh:m0:s0.sss
or0000-M0-d0
. Withd0-M0-0000 Hh:m0:s0.sss
seems working fine.I guess its critical issue cuz it is core functionality of lib.
🔬 Minimal Reproduction
https://stackblitz.com/edit/angular-ivy-vwnpbx?file=src%2Fapp%2Fapp.component.html
🌍 Your Environment
Angular v15
Anything else relevant?
Browser: Chrome 115