sethsandaru / vue-form-builder

Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.
http://vue-form-builder.sethphat.com
MIT License
413 stars 129 forks source link

Validations from deleted sections are still showing validationErrorAlertText #71

Open abhimanusharma opened 3 years ago

abhimanusharma commented 3 years ago

Hi,

I created two sections and added validations to the fields in both sections, then I deleted 1 section and saved the configurations. The deleted section is now removed from the configuration and so is no more showing in the Form Renderer.

Still when I try to submit the form passing all the validations, or even now remove validation from remaining section, Error alert still show and not letting the form to submit.

Now I deleted the remaining section and created a new section, added new validations, removed the validations, but that form is not submitting.

Please check why the validations from deleted sections are still in effect.