guillaumepotier / Parsley.js

Validate your forms, frontend, without writing a single line of javascript
http://parsleyjs.org
MIT License
9.05k stars 1.32k forks source link

Allow to bypass validation #1324

Open marcandre opened 4 years ago

marcandre commented 4 years ago

There should be an easy way to bypass validation.

Currently, the return value of the form:validate and field:validate are ignored, but it could be nice to allow skipping validation.

Coysh commented 3 years ago

+1