I ‘m trying to reset a form in my Yii project with
$form.reset();
This way I can only manage to reset fields values, but existing validation errors are still showing. How can I also clear validation errors?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yii installs hooks for this functionality, but it doesn’t expose them conveniently. To reset the form completely you need to do: