[Bug] All steps appear to have been completed when chooser is launched #401
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
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
demo.html
Expectation
Each step number should only have a green fill when it has been completed.
Screenshots
Correct output chooser-beta.creativecommons.org
Wrong output
The text was updated successfully, but these errors were encountered: