apatil-deqode
Results
2
comments of
apatil-deqode
Hello, I have seen one more issue, is there any solution for this? Please review below code: ``` return validate({ password: {required: true, minlength: 8, maxlength: 12}, confirmPassword: {required: true,...
@perscrew , Thanks but, If I'll remove it, It is accepting an empty field as well. And I have fixed it by using labels ``` const {validate, isFieldInError, getErrorsInField} =...