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

Validation group not working ? #1318

Open Jius opened 4 years ago

Jius commented 4 years ago

What kind of issue is this? (put 'x' between the square brackets)

Hello, I want to use a group validation ("Correctly fill at least one of these blocks") as : https://parsleyjs.org/doc/examples/custom-validator-events.html

But when i submit the form empty, nothing is validate.

Can you reproduce this problem on the official documentation ?

Best regards

marcandre commented 4 years ago

Oops, yes I can. I'm sorry about this, I'll try to see what's going on, although I'm presently traveling...

marcandre commented 4 years ago

Ah, right, this is due to #1151

As stated in that issue, I'm very tempted to revert that change.