Ngx-mask: Problem in commma seperator using with decimal

Created on 15 May 2019  路  2Comments  路  Source: JsDaddy/ngx-mask

<input type="text" mask="comma_seperator.2">
While I enter input 7777777.8 mask cannot add 0 by default like 77,77,777.80
And also while i enter 777777.(only dot) after dot cannot add 00 by default like 7,777.00

Most helpful comment

I found the same error, I could not make it work with a dot for decimal and with a comma for thousands separator.

All 2 comments

I found the same error, I could not make it work with a dot for decimal and with a comma for thousands separator.

@muniraji2i @FrutasLuna Please try version 7.9.10.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sbeka picture sbeka  路  3Comments

lramondev picture lramondev  路  3Comments

Wisdomb33r picture Wisdomb33r  路  3Comments

salazarr-js picture salazarr-js  路  3Comments

cabbott65 picture cabbott65  路  4Comments