level12 / keg-elements

Other
1 stars 4 forks source link

WTForms Form-Level Errors Conflict #167

Closed bladams closed 2 years ago

bladams commented 2 years ago

WTForms recently added form-level validation in version 3.0.0. The builtin form-level validation errors are stored in Form.form_errors which conflicts with the attribute used here in KegElements.

KE should probably be updated to integrate with WTForms buitin form-level validation and our form validation should be deprecated