[Bug] All steps appear to have been completed when chooser is launched
MuluhGodson opened this issue · 0 comments
MuluhGodson commented
Description
When using chooser, the user is required to proceed procedurally completing each step before moving to the next.
To indicate that a step has been completed, the number of the step is filled with green colour, else it retains its grey colour.
Presently when the chooser is started, all the steps appear to have been completed: ie, all the step numbers are green-filled.
Reproduction
npm install
npm run build-component
- open
demo.html
- See error. [All steps appear to be completed]
Expectation
Each step number should only have a green fill when it has been completed.