Replies: 1 comment 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We have a form that is utilizing the stepper component. On the first step, based on the value, it allows additional steps to be enabled or disabled. This also changes the object structure of the form too. Is it possible to change the validate function based on what steps are enabled or disabled? Ideally we want to avoid a scenario where we have a massive validation function that has a bunch of if statements to detect if a certain component/step is active.
Beta Was this translation helpful? Give feedback.
All reactions