I'm submitting a ...
When passing the parameter completed to NbStep (<nb-step [completed]="false"></nb-step>, the step is marked as completed when another step is selected by clicking on the step number, even if the value of competed is false.
Expected behavior:
When passing the value of completed the step should be set as completed only if the value is true.
Steps to reproduce:
completed to false for the first step.Hello @ilDon.
I can't reproduce this issue. Could you create a working example on stackblitz?
Thanks!
Closing as it's been a while.
Same problem
Hello i have the same problem, an example:
let stockValid = false;
never change this variable, but if i change to the next or another step, this step "Stock" is checked like a complete the same way.
Please can fix that?
Thanksyou
Same problem here while fixing
i made this fix:
[stepControl]="{valid: indirectTasksHasCompleted(), reset: null}">
Create a inline object with key valid and reset.
Most helpful comment
Hello i have the same problem, an example:
let stockValid = false;
never change this variable, but if i change to the next or another step, this step "Stock" is checked like a complete the same way.
Please can fix that?
Thanksyou