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
Describe the bug
When using lessThan rule in conjunction with max rule and they both failed, only lessThan error will be thrown and max error will be omitted despite { abortEarly: false }
Describe the bug
When using
lessThan
rule in conjunction withmax
rule and they both failed, onlylessThan
error will be thrown andmax
error will be omitted despite { abortEarly: false }To Reproduce
https://codesandbox.io/p/sandbox/yup-test-case-gg1g1
Expected behavior
Expected to receive both errors within validation 'from' attribute
Platform (please complete the following information):
Additional context
I checked some combinations like:
The text was updated successfully, but these errors were encountered: