amschaal / submissions

1 stars 0 forks source link

Non required fields should allow blank/null values #141

Open amschaal opened 1 year ago

amschaal commented 1 year ago

Currently if there is a validator set for a field, even if the field is not required, that validator is run. It should skip validators if the field can be blank.