Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I tried using the "IsValid" indicator on the stepper to display the "(!)" icon when my content is not valid, for the default stepper configuration the "IsValid" is not working, like so:
now as a workaround I tried a different configuration like this one:
here the "IsValid" is working, but I encounter another bug with this, when I want to switch from step number "0" to step number "1" by clicking the bubble "1", my application freezes and crashes. When I do this with a custom "next" and "previous" button (with the code "_stepper.NextStepAsync()") it works.
I think these are 2 seperate bugs