-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug]-[1336]:Decimal operator doesn't work for values that have none zero decimals #21218
Comments
Few details to note to triage this issue
|
Stats
|
@rajatagrawal can you check this out? |
Hello @narhzih, Thank you for reaching out to us. As per the repro steps mentioned by you, we are unable to repro the issue on the latest version of Appsmith. Attaching a loom video that demonstrates the same. If you think that I have missed something, please let us know. Closing the issue otherwise. |
Did you mean that localization for Reopening the issue. |
Loom video of issue with default value property field : https://www.loom.com/share/5cf9ab8d07884e2088edb69f4f2ed255 |
cc @dilippitchika @rajatagrawal this is still a part of the sprint, are we planning to work on it? |
yes, I will be working on this in this sprint. |
Had a dicussion with @keyurparalkar and @dilippitchika . Notes from discussion We would need to handle cases where the values are stored in DB in There are many other similar corner cases that need to be handled for having localization in default column. So, by design the default value only supports '.' as the decimal separator. We assume that a user does not use This issue is not a bug but more of a feature which would be a part of a bigger localization project. Thus, we can work on this issue only if it is a critical. Moving it out of the sprint for now. cc : @somangshu |
Is there an existing issue for this?
Description
When there's a currency input, using values like 100.00 or anything.00 works, but then it's greater than .00 (e.g., .01, .02, or .12), it throws an error saying "Please use. " as the decimal separator for default values."
Steps To Reproduce
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Cloud & Self - Hosted 1.9.9
The text was updated successfully, but these errors were encountered: