How to verify the correctness of some form fields by validateField in element-ui

clipboard.png
when validateField validates some form fields, there is no Boolean value similar to the Boolean value in the validate callback function to judge whether the verification is correct. There is only one validated prop value and one callback function in validateField, and the parameter does not have the corresponding Boolean value to judge whether the verified form field is correct. I wonder if there is any way to judge whether some of the selected form fields are correct

.
Mar.25,2021

there is also an errorMessage. If errorMessage is empty, the verification is successful

.
Menu