We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello , nice class . I have a question .
I type like this -
R$ 50,00
AND the data will be like that -
50
I want display like this in data -
5000
How can I do it ?
The text was updated successfully, but these errors were encountered:
???? no awnswer ?
Sorry, something went wrong.
no one can help me ?
For "fix" this problem you can use this: let numberValue = 5200; (parseFloat(numberValue)).toFixed(2);
will show: 5,200.00
No branches or pull requests
Hello , nice class .
I have a question .
I type like this -
AND the data will be like that -
I want display like this in data -
How can I do it ?
The text was updated successfully, but these errors were encountered: