-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stepper: enhanced step customization #1331
Stepper: enhanced step customization #1331
Conversation
|
--STORYBOOK-PREVIEW--
|
--EXAMPLE-APPS-PREVIEW--
|
@akashyeole
|
|
1 - when showNumber is true, the number appears on every step, even on the currently active one, thus overriding the activeStep state. This should not be the case. The currently active Step state should not be overridden by the number. |
…e-step-customization
🚀 PR was released in |
By creating this pull request you agree to the terms in CONTRIBUTING.md.
https://github.com/Infineon/.github/blob/master/CONTRIBUTING.md
--- DO NOT DELETE ANYTHING ABOVE THIS LINE ---
CONTRIBUTING.md also tells you what to expect in the PR process.
Description
Complete state of the step can now be set by new
complete
prop on every step.And every complete step's label can be clicked to navigate to that step.
Enhanced accessibility of the component.
Related Issue
#1307
📦 Published PR as canary version:
23.4.0--canary.1331.8e7a4869076662c8bb756c563db5831fea87a23c.0
✨ Test out this PR locally via:
npm install @infineon/infineon-design-system-stencil@23.4.0--canary.1331.8e7a4869076662c8bb756c563db5831fea87a23c.0 # or yarn add @infineon/infineon-design-system-stencil@23.4.0--canary.1331.8e7a4869076662c8bb756c563db5831fea87a23c.0