Skip to content

WizardStep: 'id' property is not parsed  #6993

@KKoukiou

Description

@KKoukiou

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

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions