Closed shocquu closed 5 days ago
We have seen this issue come up before with other teams. This would need an audit of how teams want to use this and then UX explorations for validation states. We will add this to our enhancement backlog for later prioritization.
@shocquu thanks for opening a feature request! Can you provide a few more details?
I ask because the progress indicator specifically states not to utilize a progress indicator "when the process may be completed in any order." We may be able to suggest a different way to achieve your goal
onClick
handler or marking the step as disabled.https://github.com/user-attachments/assets/3ad664f3-31a4-4aca-96dd-2222303580c5
This issue is stale because it has been open for 7 days with no activity. Remove the stale label or add a comment, otherwise this issue will be closed in 7 days.
Bump
@devadula-nandan’s comments from refinement 🙂 :
i think we can expose onclick, and let the implementer handle the access with their own validations
Great! 🙂 Alternatively, allowing us to pass a custom WizardProgress would work as well (similar to the influencer
from the Carbon tearsheet). I also noticed that CreateFullPageStep accepts an onNext
prop, but there’s no equivalent onPrevious
. Would it be possible to expose that as well? We use it to track the current step. Thanks in advance!
The problem
\ utilizes the Carbon Progress Indicator component but doesn't allow for state control or an onClick function. We need to allow users to freely move between steps.
The solution
Add an 'onClick' prop to CreateFullPage that triggers when the user clicks on a progress step.
Design link
No response
Links to other materials
Owner/main maintainer(s)
Lineage team ? idk
Second/backup maintainer(s)
No response
Product/offering
No response
Business priority
None
Code of Conduct