You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you open the wizard, next step is disabled (nextStepDisabled property is set to true) and you can not click next or use the (2) link in wizard header, which is expected. However you can skip the step 2 entirely and click on (3) link in wizard header.
This seems like a bug. Can you please confirm ?
The text was updated successfully, but these errors were encountered:
rawagner
added a commit
to rawagner/patternfly-react
that referenced
this issue
Aug 10, 2018
see this demo app https://github.com/rawagner/patternfly-react-demo (run with yarn, yarn run)
The app uses Wizard.Pattern with 3 steps. https://github.com/rawagner/patternfly-react-demo/blob/master/patternfly-react-demo/src/App.js
When you open the wizard, next step is disabled (nextStepDisabled property is set to true) and you can not click next or use the (2) link in wizard header, which is expected. However you can skip the step 2 entirely and click on (3) link in wizard header.
This seems like a bug. Can you please confirm ?
The text was updated successfully, but these errors were encountered: