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'm working with a multi-step form implementation that dynamically hides steps. When it hides steps and they are never visited, they still try to get validated on submit. Previously I was using an if condition to handle this but with version 0.17 that no longer works (breaks other dynamic step behavior). I'd like the ability to dynamically add an ignore flag to my sections so the submit handler ignores steps that are not actively part of the flow.
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
-
I'm working with a multi-step form implementation that dynamically hides steps. When it hides steps and they are never visited, they still try to get validated on submit. Previously I was using an if condition to handle this but with version 0.17 that no longer works (breaks other dynamic step behavior). I'd like the ability to dynamically add an ignore flag to my sections so the submit handler ignores steps that are not actively part of the flow.
Beta Was this translation helpful? Give feedback.
All reactions