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
When I use the above config, it works fine. User types 30 and then when they start typing the month number it will inject a forward slash.
However, the requirement for me is that when you type, it already shows / / so older users know they dont have to add slashes on the mobile (since we are using the TEL keyboard, no dashes).
So to get this to work I used the showMaskedTyped option, which kinda does what I need:
So this kinda works, but when I hit backspace it doesn't empty out the DAY and MONTH area.
See GIF:
So I am a bit at a loss how to deal with this.
A clear and concise description of the problem...
🔬 Minimal Reproduction
Use code displayed above
I am getting a can't find package error on stackblitz but I put in the code example. https://stackblitz.com/edit/angular-ivy-kyzlwk?file=src/app/app.component.html
🐞 bug report
Trying to use the date masking for Date of Birth entry and assist users whilst inputting numbers.
Is this a regression?
Not sure.
Description
I am having the following form control in which I want to capture a DOB, (DD/MM/YYYY).
When I use the above config, it works fine. User types
30
and then when they start typing the month number it will inject a forward slash.However, the requirement for me is that when you type, it already shows
/ /
so older users know they dont have to add slashes on the mobile (since we are using the TEL keyboard, no dashes).So to get this to work I used the
showMaskedTyped
option, which kinda does what I need:So this kinda works, but when I hit backspace it doesn't empty out the DAY and MONTH area.
See GIF:
So I am a bit at a loss how to deal with this.
A clear and concise description of the problem...🔬 Minimal Reproduction
Use code displayed above
I am getting a can't find package error on stackblitz but I put in the code example.
https://stackblitz.com/edit/angular-ivy-kyzlwk?file=src/app/app.component.html
🔥 Exception or Error
🌍 Your Environment
Angular Version:
Anything else relevant?
The text was updated successfully, but these errors were encountered: