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
this.$numeral('1111122222333334444455555').format(0,0);
// return 'NaN'
The text was updated successfully, but these errors were encountered:
Update file for issue adamwdraper#724
f241d91
I have same bug, it's possible merge on main asap?
cc @adamwdraper , help me please!
Sorry, something went wrong.
Same issue for me. more than 22 digits it shows NAN value. Same for 0.001 decimals as well.
cc @adamwdraper
Hello devs, I created a small library to resolve the issues with Numeral.js. Here is the npm package link. https://www.npmjs.com/package/custom-numeral
Numeral.js
Successfully merging a pull request may close this issue.
this.$numeral('1111122222333334444455555').format(0,0);
// return 'NaN'
The text was updated successfully, but these errors were encountered: