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 #13644 Correct defintion of Range validation messages (jamesisaac)
This PR was merged into the 4.4 branch.
Discussion
----------
Correct defintion of Range validation messages
The example given in the docs doesn't work since this change in 4.4: symfony/symfony@c5488bc
Even if you've written a nice min `minMessage` and `maxMessage`, users will just get the default "This value should be between X and Y." message, because the `notInRange` check gets carried out first, and returns before the individual min/max checks get performed.
Commits
-------
92e311e Correct defintion of Range validation messages
0 commit comments