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
{{ message }}
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.
I need to change the pattern of my input in this way
<input type="text" ngxNumberFormat="#.###,##" />
The deafult comma for decimal numbers is '.', so the result of my number "2111" it's not "2.111,00" but "21,111.00000".
I need to use a different pattern for decimal numbers, maybe i can change my LOCALE?
The text was updated successfully, but these errors were encountered: