I tried resetting a form using a const initialized with the useFormRef and then calling reset() on the const but the form was not reset back to Init status.
Steps To Reproduce
create a form with form validator and input validator components
disable submit btn until input is validated
make input fields clear after form is submitted (i.e if string input set to "" after submit)
use formRef.reset() and inputRef.reset().
submit form
watch validation get triggered after form is submitted
Is there an existing issue for this?
which package/s did you face the problem with?
Dashboard
What happened?
I tried resetting a form using a const initialized with the useFormRef and then calling reset() on the const but the form was not reset back to Init status.
Steps To Reproduce
which network/s did you face the problem on?
Dev
version
current
Twin ID/s
No response
Node ID/s
No response
Farm ID/s
No response
Contract ID/s
No response
Relevant screenshots/screen records
Relevant log output