You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the previous version in which this bug was not present was: 15.*
Description
When using mask="d0/M0" it is impossible to set the "month" value to 10, 11, or 12. The input mask does not allow these values to be entered correctly.
Add an input field with the mask attribute set to "d0/M0": <input mask="d0/M0" />
Try to input a date with the month value as 10, 11, or 12.
🔥 Exception or Error
The input field does not allow to set the month value to 10, 11, or 12.
🌍 Your Environment
Angular Version:
16.*
17.*
18.*
The text was updated successfully, but these errors were encountered:
onyzhin
changed the title
Mask for date in format "d0/M0" not working as expected - impossible to set "month" value as 10 11 12
Mask for date in format "d0/M0" not working as expected - impossible to set "month" value as 10,11 or 12
Jul 11, 2024
🐞 bug report
Is this a regression?
Yes, the previous version in which this bug was not present was: 15.*
Description
When using
mask="d0/M0"
it is impossible to set the "month" value to 10, 11, or 12. The input mask does not allow these values to be entered correctly.🔬 Minimal Reproduction
https://stackblitz.com/edit/stackblitz-starters-hzzc27?file=src%2Fmain.ts
<input mask="d0/M0" />
🔥 Exception or Error
The input field does not allow to set the month value to 10, 11, or 12.
🌍 Your Environment
Angular Version:
The text was updated successfully, but these errors were encountered: