We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
activeStep
The Stepper component accepts an input prop named activeStep. Changes to that prop does nothing currently. It should ideally go to that step.
https://stackblitz.com/edit/vitejs-vite-zxyarp?file=src%2FApp.tsx
10.6.6
18.x
TypeScript
Create React App (CRA)
No response
currentStep
stepperRef.current.nextCallback()
Updating the activeStep prop should also work. It should take us to that particular step. Or else there is no point of having this prop.
The text was updated successfully, but these errors were encountered:
@Jagan-P nevermind that is Steps and you are using Stepper. It looks like a bug.
Sorry, something went wrong.
1c4f944
Successfully merging a pull request may close this issue.
Describe the bug
The Stepper component accepts an input prop named
activeStep
. Changes to that prop does nothing currently. It should ideally go to that step.Reproducer
https://stackblitz.com/edit/vitejs-vite-zxyarp?file=src%2FApp.tsx
PrimeReact version
10.6.6
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
currentStep
which is being used for the propactiveStep
stepperRef.current.nextCallback()
then it worksExpected behavior
Updating the
activeStep
prop should also work. It should take us to that particular step. Or else there is no point of having this prop.The text was updated successfully, but these errors were encountered: