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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

3
Votes

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:

Empty


now as a workaround I tried a different configuration like this one:

Empty

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