Resend OTP refreshes the form in which this component is included. adding type button to the element so as not to refresh the form and keep the form data intact till new otp is received and submitted.
Tested and adding type="button" to element and calling onResendClick={sendOTP} does not refresh the page.
Resend OTP refreshes the form in which this component is included. adding type button to the element so as not to refresh the form and keep the form data intact till new otp is received and submitted.
Tested and adding type="button" to element and calling
onResendClick={sendOTP}
does not refresh the page.