Validate attribute in Stepper component
Open
- Dominant language
- TypeScript
- Stars
- 8.1k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
I would like to validate in Stepper if by a type of status and a few steps were completed and indicate what step was left.
* [ x] feature request
If there is a possibility that the Stepper component has an if to validate if an attribute is with a certain value, it must mark the completed steps and show active the step that is currently
```
```
> data = { status = 'ingreso' }
For example validate the status is 'ingreso' in this case the stepper must show step 1 and 2 with blue approval as finished and show step 3 active.
Contributor guide
Assessment
This issue has not been assessed yet.