You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #10331 (Proposal) Added a note on forms validation (mickaelandrieu, javiereguiluz)
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes#10331).
Discussion
----------
(Proposal) Added a note on forms validation
Hello!
regarding the way I validate my forms, I've always found that storing validation rules into my entities is a better idea than using the constraints inside my form types.
When I need a really specific control on my form validation, I inject validation groups: do you think it can be viewed as a best practice?
Commits
-------
68a7931 Reword
21c4c9f Added a note on forms validation
0 commit comments