steirico / kirby-plugin-custom-add-fields

Custom fields for Kirby's add dialog.
MIT License
36 stars 4 forks source link

Overeager validation #29

Closed nilshoerrmann closed 3 years ago

nilshoerrmann commented 3 years ago

For blueprints without custom add fields the default dialog is shows but with instant validation:

grafik

Validation should only kick in after the user entered content or after submitting the form.

nilshoerrmann commented 3 years ago

I looked in to this and found that the dialog diverged from the default one a bit. PR #31 tries to fix this.