The validation correctly fails, also the error message correctly indicates that the "Min" rule where it failed, but the text incorrectly states "Maximum".
Expected Behavior:
'Expected Minimum: 1, Got: -2'
I guess the issue lies in using the Size rule and the error message with this "Maximum" comes from there.
Bug Description:
The validation correctly fails, also the error message correctly indicates that the "Min" rule where it failed, but the text incorrectly states "Maximum".
Expected Behavior: 'Expected Minimum: 1, Got: -2' I guess the issue lies in using the Size rule and the error message with this "Maximum" comes from there.