Skip to content
New issue

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

NEXTPY-645, Fixed bug where decimals where falsely marked as empty #174

Conversation

arrahimi-ispnext
Copy link
Contributor

Changes
Decimals would be marked as empty when the value was below 0, zeroIsEmpty was true and the decimal separator was a comma. This has now been fixed.

…r localizations that use comma as decimal separator
@@ -4,7 +4,7 @@
"moduleResolution": "node",
"target": "es5",
"module": "es2015",
"lib": ["es2015", "es2016", "es2017", "es2020", "dom"],
"lib": ["es2015", "es2016", "es2017", "es2020", "es2021", "dom"],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added es2021 because replaceAll was not supported in previous versions

@arrahimi-ispnext arrahimi-ispnext merged commit 3b7873e into master Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants