Actions
Bug #5697
closedInteger fields validation failing on non-required with minimum
Description
When an integer field is not required, but has a minimum value set the 0 value forced causes a validation error because it fails the minimum value JS validation check. The JS validation check when running this.optional needs to account for 0 being empty in the case where digit or integer validation rule is supplied.
Actions