Hello, Is it possible to move to the next step, only when the step is valid in the stepper layout?
[original thread by Nanda]
Hello, Is it possible to move to the next step, only when the step is valid in the stepper layout?
[original thread by Nanda]
Hi @nandhu, this feature isn’t supported at the moment. You’ll need to provide a custom renderer to achieve this effect.
[Nanda]
Thanks for the quick reply @sdirix . I have started writing the custom renderer (stepper). But I don’t know how to get the errors as input at the specific step. there are the parameters const {
data,
path,
renderers,
cells,
schema,
uischema,
visible,
enabled,
selected,
} = this.props; are available to consume.