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
0.9.8
[Bug] Negative percentage is formatted incorrectly and displayed as ZERO, but positive percentage is right, as below:
Negative percentage can be formatted correctly
No response
The text was updated successfully, but these errors were encountered:
Maybe the reason of this problem is from :
code in webapp/packages/chat-sdk/src/utils
if (!/^[0-9.]+$/g.test(strValue)) { return '0'; }
code in webapp/packages/supersonic-fe/src/utils
if (!/^[0-9.]+$/g.test(str)) { return '0'; }
Sorry, something went wrong.
No branches or pull requests
Search before asking
Version
0.9.8
What's Wrong?
[Bug] Negative percentage is formatted incorrectly and displayed as ZERO, but positive percentage is right, as below:
What You Expected?
Negative percentage can be formatted correctly
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: