Skip to content
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: implement a disable Prop for each Step #1395

Closed
tishoyanchev opened this issue Jul 26, 2024 · 0 comments · Fixed by #1408
Closed

Stepper: implement a disable Prop for each Step #1395

tishoyanchev opened this issue Jul 26, 2024 · 0 comments · Fixed by #1408
Assignees
Labels
enhancement Adding a new feature or improving existing code

Comments

@tishoyanchev
Copy link
Contributor

tishoyanchev commented Jul 26, 2024

The Step component must have a a disable prop that would allow the user to disable the step even when in a completed state. When a completed Step has been disabled, it remains in a completed state, but it cannot be clicked again. It is therefore unclickable.

In addition: implement the design related ticket: #1437

@tishoyanchev tishoyanchev added the enhancement Adding a new feature or improving existing code label Jul 26, 2024
@akashyeole akashyeole linked a pull request Aug 5, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding a new feature or improving existing code
Development

Successfully merging a pull request may close this issue.

2 participants