You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Number unable to save decimal value when precision is not equal to the step.
To Reproduce
Steps to reproduce the behavior:
Add a number on a form link a decimal(x.2) to it. Set the step to 1 or 0.1. Store a value 0.01 in to the decimal. When you start the app the from shows 0.01. If you hit save, It won't let you.
Environment
Blazority Version [1.0.0]
.NET Core Version [6]
Browser [edge]
The text was updated successfully, but these errors were encountered:
Describe the bug
Number unable to save decimal value when precision is not equal to the step.
To Reproduce
Steps to reproduce the behavior:
Add a number on a form link a decimal(x.2) to it. Set the step to 1 or 0.1. Store a value 0.01 in to the decimal. When you start the app the from shows 0.01. If you hit save, It won't let you.
Environment
The text was updated successfully, but these errors were encountered: