koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

fix: always accept empty string if string is non-required #411

Closed mvandenburgh closed 1 year ago

mvandenburgh commented 1 year ago

Modify a rule to allow a non-required string with a minLength >= 1 to be an empty string.

Closes #395

mvandenburgh commented 1 year ago

Hi @albanm, just wanted to give a friendly ping on this PR, if you could take a look when you get the chance that would be great.

albanm commented 1 year ago

Yes, sorry about that !

mvandenburgh commented 1 year ago

Thanks!