Skip to content

Unable to set unmountOnExit: false for Stepper #3308

Closed Answered by vasyan
vasyan asked this question in PrimeReact
Discussion options

You must be logged in to vote

@melloware My goal is to support a case where all children are rendered at the moment the Stepper component is mounted.

I assume the purpose of the pt prop is to override everything, meaning it should have the highest priority regardless of whether it could potentially break the component's regular behavior. Please correct me if I'm wrong.

For reference, the React-Bootstrap API provides a similar option through the unmountOnExit property, which is passed to the react-transition library under the hood. You can find more details in their documentation: React-Bootstrap Tabs API.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@vasyan
Comment options

Answer selected by melloware
@melloware
Comment options

@vasyan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Workaround Workaround for the issue is found
2 participants