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 cursor is after (to the right) of the separator, backspace does not work. Nothing happens.
🔬 Minimal Reproduction
To recreate:
1. Enter amount (e.g. 23000, formats to 23,000)
2. Move cursor to right-side of separator/comma
3. Use Backspace
Result: Nothing happens
Example, forked from issue #909https://stackblitz.com/edit/angular-eqvb6z?file=src%2Fmain.ts
Uses ngx-mask 16.1.7
Using the web demo site, https://jsdaddy.github.io/ngx-mask/#3, I have noticed the space and dot separators seem ok, and the comma separator doesn't work.
🐞 bug report
Is this a regression?
Confirmed working in 7.4.3: https://stackblitz.com/edit/angular-ngx-mask-example?file=src%2Fapp%2Fapp.component.ts
Not working in my project: 15.0.2
Description
When cursor is after (to the right) of the separator, backspace does not work. Nothing happens.🔬 Minimal Reproduction
To recreate:
https://stackblitz.com/edit/angular-eqvb6z?file=src%2Fmain.ts1. Enter amount (e.g. 23000, formats to 23,000)
2. Move cursor to right-side of separator/comma
3. Use Backspace
Result: Nothing happens
Example, forked from issue #909 https://stackblitz.com/edit/angular-eqvb6z?file=src%2Fmain.ts
Uses ngx-mask 16.1.7
🌍 Your Environment
Angular Version:
See stackblitz
The text was updated successfully, but these errors were encountered: