Why is my form not respecting the required validations when the number box has no input?
It allows submission of my form.
Comments
-
Hi,
- The issue is due to the autopopulate option being unchecked, which prevents users from seeing a default value of 0 being submitted.
- This results in no validation being triggered when the number box is left empty.
- To resolve this, check the "Allow Null Values" setting and uncheck the "autopopulate" setting
- The "Allow Null Values" option controls whether the field can accept empty inputs:
- If disabled, a zero will display instead of a null value, leading to the observed behavior.
- For more details, refer to the documentation: Currency Box and Number Box Documentation.
Thanks.
