-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
Severity 3 - Minor
-
Issue Summary
With a number field, if you enter in a number with a 0 at the end of the number it will remove the 0 from the value.
For example, Enter in 1.30 for the number field and save.
It will return 1.3
Steps to Reproduce
- Add a custom number field
- Enter in a number value with at least two decimal places and have the last number as 0 and save
- The result will remove the 0 from the value
Expected Results
The expected result is that the value should retain the 0.
Actual Results
For example enter in 1.20 it returns 1.2
Workaround
You can use a short text custom field and then that will retain the decimal value.