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

feat: non-linear behavior to step component #1129

Open
3 tasks
wermeson-lopes-brisa opened this issue Aug 26, 2024 · 0 comments
Open
3 tasks

feat: non-linear behavior to step component #1129

wermeson-lopes-brisa opened this issue Aug 26, 2024 · 0 comments

Comments

@wermeson-lopes-brisa
Copy link
Contributor

Description

Add the global non-linear step option, where steps can be completed in any order. In this mode, when moving to another step, the previous one is not automatically checked as completed, requiring the developer to say so individually.

Expected Behavior

It is expected that there will also be the option of non-linear behavior for the step component.

Current Behavior

Currently, steps are treated only with linear behavior, where they are marked as resolved as they are advanced.

Additional Information

This improvement/adjustment is part of a package of improvements planned together. For full documentation, access the file here:
Novas Sugestões para Stepper do Ion.pdf.

Concluding

  • Add non-linear option
  • Add a helper method that informs whether all steps are checked or not.
  • Make sure linear option is the default option.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@wermeson-lopes-brisa and others