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 Jun 11, 2024. It is now read-only.
just before step is changed I want to check some conditions and change step or not. How do I do this? I truied to use beforeNext option and return false if I do not want to change step, but it does not work. Did I miss something?
Thanks
The text was updated successfully, but these errors were encountered:
OK, I figured out that beforeNext callback should return array of errors - than step won't be changed.
But now I'm trying to validate form via ajax, and now it seems like step is changed before ajax call returns a response - this is due to async request of course.
Hi,
just before step is changed I want to check some conditions and change step or not. How do I do this? I truied to use
beforeNext
option and return false if I do not want to change step, but it does not work. Did I miss something?Thanks
The text was updated successfully, but these errors were encountered: