ngx-mask icon indicating copy to clipboard operation
ngx-mask copied to clipboard

Allow point (".") and comma (",") to be used in keyboard as separator and not only one

Open MarioLunaSG opened this issue 9 months ago • 1 comments

🚀 feature request

Currently i can set the thousands separator as point or comma. If i set it to comma, the point button doesn't add a separator.

I suggest that the comma also should be allowed and replaced with the desired separator (.) I set comma as separator, but point adds a comma and viceversa.

i have to use a separate directive to catch input and add this feature in order to achieve this but mobile is a bit trickyer to do when the directive itself could add this as an optional feature Thanks!

MarioLunaSG avatar Jan 13 '25 14:01 MarioLunaSG