Controll stepper step index #2749
Unanswered
DAVIAMERICO242
asked this question in
PrimeReact
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
<Stepper/>
component set as:<Stepper activeStep={activeIndex} onChangeStep={validateStepProgress} ref={stepperRef} style={{ flexBasis: '50rem' }} orientation={isMobile?"vertical":"horizontal"}>...rest of code
where
The problem is stepper always progress regardless activeIndex state
Beta Was this translation helpful? Give feedback.
All reactions