-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Description
Describe the issue. What is the expected and unexpected behavior?
WizardStep defines the 'id' property, but this is not used in the component.
https://github.com/patternfly/patternfly-react/blob/main/packages/react-core/src/components/Wizard/Wizard.tsx#L16
Please provide the steps to reproduce. Feel free to link CodeSandbox or another tool.
https://codesandbox.io/s/ed85iv
Note id #test as defined in the code sandbox does not appear in the nav items.
Is this a bug or enhancement? If this issue is a bug, is this issue blocking you or is there a work-around?
bug
What is your product and what release version are you targeting?
Workaround is to use: stepNavItemProps: { id: "test" }
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done