blazority/support

Number unable to save decimal value when step is 1.

PR33T0 opened this issue · 0 comments

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]
    image
    image