Steps display error badges

Hi there,

I have not tried you Steps control yet, but I was wondering if they work with your validators?

For example I would like a Badge on the Step header to display the number of errors on that step, and I would like the option to disable all subsequent steps if the current Step is in error.

Just any idea.

Luke

Our demo is using exactly Disabled property conditionally: https://blazor.radzen.com/steps

Yes I see, so I guess I could add custom logic to check the validation of the current step...