-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Disabling form validation: skipping the isValid() call does not supress the validation, contrary to what is stated in documentaion #2963
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
Comments
Indeed, |
Is there any easy way to bypass the validation step that we can propose in the docs? |
AFAICS, setting |
With |
A little bit related to this, as of Symfony 2.3, the I think the best thing to do is tell people about setting
|
@weaverryan I would move the documentation of |
[#2963] Disabling validation corectly
The section
http://symfony.com/doc/current/book/forms.html#disabling-validation
states that
and
This does not work because form validation is performed in handleRequest()
The text was updated successfully, but these errors were encountered: