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 use the Stepper component in my application. I defined a list of steps and render all the steps of this list like so
This works well when I initialise my list with steps already from the start, but I want to be able to add steps when clicking a button, when adding those steps to my list, the stepper component renders these new steps but when I click those new steps the event "StepChanging" is not triggered anymore. Also the new steps dont turn blue after I clicked them.