patternfly-react
patternfly-react copied to clipboard
Bug - Wizard - props not being spread in various child components
There are a few things missing from the the props in various Wizard child components
For example in WizardNavItem:
- The props are not getting spread to the WizardNavItem's
lielement. - The props also don't extend
React.HTMLProps<HTMLLIElement> - the className is not included in the props, so I cannot add any custom classes to the
lielement.
These issues are also present in at least:
- WizardNav
- WizardBody
- WizardFooter
- WizardHeader
- WizardToggle
This is inhibiting QuickStart's ability to style individual WizardNavItems to have success/failure/etc styles as part of https://github.com/patternfly/patternfly-quickstarts/issues/299