bcgov / medis-form-service

Create, edit and publish forms
Apache License 2.0
0 stars 0 forks source link

Test:Fix numeric field validation required case #22

Closed ptugger closed 1 year ago

ptugger commented 1 year ago

Description

There was an issue with numeric field validation when the value was not supplied on the non-required field it blows up the validation rules on that field as well. Now its fixed

Types of changes

Bug fix (non-breaking change which fixes an issue)

Checklist

Further comments