[Stepper] - Remove goTo...
methods from Stepper
#6134
Labels
0 - new
New issues that need assignment.
estimate - 1
Very small fix or change (potentially a single line), doesn't require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
resolution: refine
For issues we support, but additional details are needed prior to dev work.
Milestone
Description
This pattern of using methods (
goToStep()
,endStep()
,startStep()
,nextStep()
,prevStep()
) to navigate steps is an outdated pattern - we should refactor the component to no longer use / accept these methods (internally as well as externally). The public story should be to assign / adjust theselected
property as needed on the desired stepper-item.Proposed Advantages
Bring the
stepper
andstepper-item
component in line with more recent patterns.Which Component
Stepper / Stepper Item
Relevant Info
No response
The text was updated successfully, but these errors were encountered: