Reset/Clear email input field on reset password screen

For the reset password I have overridden the “auth0-lock-submit” click event and calling my own service for reset password. Now it’s working absolutely fine but the issue is after the email has been sent to user I want to reset/clear email field (auth0-lock-input) and want to redirect user back to login screen. Now if I use $(“.auth0-lock-input”).val(“”); to clear the input field then it’s not working and I think it’s because auth lock is developed using react.js and I need to clear the state of that field. So is there any configurable option to do that? Or how can I reset/clear email field?
Thanks

1 Like

Hey there!

Sorry for such huge delay in response! We’re doing our best in providing you with best developer support experience out there, but sometimes our bandwidth is not enough comparing to the number of incoming questions.

Wanted to reach out to know if you still require further assistance?