Pylons / deform

A Python HTML form library.
Other
416 stars 160 forks source link

AJAX form submission (inline success) doesn't reevaluate form on corrections #483

Open frispete opened 3 years ago

frispete commented 3 years ago

After failing to validate once, fixing the input and pushing Submit doesn't reevaluate the form again.

This happens with both Firefox 80 and chromium 85 on a local install as well as with the official demo site.

stevepiercy commented 3 years ago

The expected behavior should be covered in the deformdemo functional tests, but obviously falls short.

I would gladly accept a pull request to fix the functionality and tests to cover it.