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: separate status property on step component #1126

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

feat: separate status property on step component #1126

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

Comments

@wermeson-lopes-brisa
Copy link
Contributor

Description

Remove status property and transform it into new individual properties:

  • Selected,
  • Checked, and
  • Error.

Expected Behavior

Have specific properties for each status

Current Behavior

Currently, all statuses are grouped into a single property. Because of this, we have already faced problems rendering changes in status change detection.

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

  • Exclude status global property
  • Add selected property
  • Add checked property
  • Add error property
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