You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
I have a form element which consist of 4 step wizard. At each step I want to call validate function.
If I use something like below to get input elements it doesn't work at all.
const elements = document.querySelectorAll(".wizard-step-1");
What do you suggest for such a case?
Thanks.
The text was updated successfully, but these errors were encountered:
Hey @ansman,
I have a form element which consist of 4 step wizard. At each step I want to call validate function.
If I use something like below to get input elements it doesn't work at all.
const elements = document.querySelectorAll(".wizard-step-1");
What do you suggest for such a case?
Thanks.
The text was updated successfully, but these errors were encountered: