This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
Feature request: a 'warning' mode built into the Stepper #5938
Unanswered
Snacksnacks
asked this question in
Ideas
Replies: 1 comment 1 reply
-
This sounds like a sensible addition. Would the step indicate success when the user completes it and then update to warning when the enablement does not complete successfully? I notice in your example that the stepper shown indicates step-status with color alone (the left bar is green but there is no other indication that it is complete). The component includes icons for status on stepper steps - the number changes to the icon when the step is completed - and this would be necessary for a11y in the case you describe and may need to be remedied in your design and/or build. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a feature request to have a 'warning' mode built into the Stepper component. Our use case is that we want to convey there being a warning alert attached to one of the stepper steps, but cannot use the error mode stepper because it's technically not an error.
More context:
In the Workload Management enablement flow, users can select the DHCP network mode during the management network step. This network mode will call for their DHCP server to provide values for some of the management network steps. The caveat is that their DHCP server may fail to acquire those values and leaving those fields blank may result in the enablement failing, which they won't know until they complete the entire enablement flow(see mockup below for the 'Review and Confirm' step) because we currently don't have a validation check for the DHCP server.
That's why we want to show a warning alert in the management network step that tells the user they need to make sure their DHCP server supports Client Identifiers as per DHCP protocol/RFC and that their DHCP provides a compatible DNS server(s), NTP, and DNS search domain, otherwise risk enablement failure. We would want this warning to show when the stepper is collapsed and completed.
Mockup here:
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions