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
I am trying to implement a Multi Step Form the behavior I want is that I wanted to run validation for specific field with step vice before moving to the next step ,
here I have to validation the field one by one using validateField API , I am looking for api that will allow me to trigger multiple field validation in a single method
This API Came Close to what I am looking for but the it expect the first argument to be never and no matter what fieldValue , which resulted in type error , and I suspect it was a bug , if it not a bug would be great if there a example on how to use this method
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to implement a Multi Step Form the behavior I want is that I wanted to run validation for specific field with step vice before moving to the next step ,
here I have to validation the field one by one using validateField API , I am looking for api that will allow me to trigger multiple field validation in a single method
This API Came Close to what I am looking for but the it expect the first argument to be never and no matter what fieldValue , which resulted in type error , and I suspect it was a bug , if it not a bug would be great if there a example on how to use this method
Beta Was this translation helpful? Give feedback.
All reactions