- Issue created by @DamienMcKenna
- πΊπΈUnited States jrockowitz Brooklyn, NY
I am very hesitant to change how numbers are stored.
Saving a number field value with a leading zero does results in the value being stored with a leading zero.
Add a number field to a webform.
Set the field's default value to zero.
Load the webform.
Confirm that the number field has a zero filled in as a default.
Select the number field to activate it.
Without selecting the default value, type a new number, e.g. "5".
Note that the field now says "05".
Submit the form.
Confirm that the value of the number field is "05" rather than the expected "5".
Number fields hare tidied up prior to saving the submission so that the stored value is
Work out the best approach to do this.
Number fields do not store unnecessary characters, e.g. leading zeroes.
TBD
TBD
Active
6.3
User interface
I am very hesitant to change how numbers are stored.