Is it possible to move to the next step, only when the step is valid?

[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.