-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repeated field is checked even if the main field is blank #10
Comments
Hi @BboyKeen, A quick way to fix this problem should be to use the
|
Hi @boekkooi, |
@BboyKeen If you don't mind using the latest dev-master then you won't need the quickfix any more. |
That sounds perfect. I will update immediately. Thanks. |
Hi
I'm currently testing your bundle in my application.
I have a strange behaviour with a blank repeated field.
Here is the code to build my form
When I try to validate my form with client-side validation disabled, I got

And with client-side validation enabled :

I understand Symfony doesn't check the repeated field if the main field is blank whereas JQuery does.
Do you know how I can get the same result as Symfony ? Or even having the field considered as not correct.
By the way, I really like this bundle for saving me a lot of time.
Thanks
The text was updated successfully, but these errors were encountered: