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
@matszym@Khaldor48 Thank you that using ngx-mask . Please use ng-mask >=14.2.3
You could try https://jsdaddy.github.io/ngx-mask-page/main but pay attention that by default decimalMarker= [',','.']
You could specify needed decimalMarker=',' or decimalMarker='.'
🐞 bug report
Is this a regression?
I don't know last working version.
Description
Mask separator.2 is not working correctly, when the whole number is 0. When user is entering
0,
, where decimal marker is.
, not,
the 0 is removed🔬 Minimal Reproduction
https://jsdaddy.github.io/ngx-mask-page/main
Navigate to separator example. When you type :
1,
-,
is correctly truncated, in the input there is number1
.If you start with 0 - Trying to input
0,
everything is truncated, not just the,
. Input is blank🔥 Exception or Error
There are not exception or errors
🌍 Your Environment
Angular Version:
Ubuntu 20.04, Chrome Version 103.0.5060.114 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: