Steps - Programmatically change step

Hello there,

I am using your Steps component and would like to be able to programatically change to the next step when the user makes a selection, so this would be in the onClick event of a button or a list item for eg.
I would imagine this could be achieved via a ref the the Steps component, by I don't see anyway to do this in your docs.

Is there anyway to do this?

Thanks,

Luke

Dear @Luke_O_Brien,

I used this option earlier. Maybe not the most interesting solution, but a working option:

1 Like

There is also the SelectedIndex property.

1 Like