You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In nz-progress, use nzSuccessPercent with nzPercent. Set nzPercent to 100, nzSuccessPercent to < 100.
What is expected?
Progress does not show complete until nzSuccessPercent is set to 100.
Correct behavior shown in react component: https://codesandbox.io/s/67w2r695n
What is actually happening?
Progress status changes to 'success' when nzPercent changes to 100, ignoring nzSuccessPercent value.
Environment
Info
ng-zorro-antd
7.0.3
Browser
Chrome latest/Firefox latest
The text was updated successfully, but these errors were encountered:
anantoghosh
changed the title
ng-progress incorrectly shows progress complete when nzSuccessPercent < 100
nz-progress incorrectly shows progress complete when nzSuccessPercent < 100
Mar 20, 2019
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-iizuvf?file=src/app/app.component.html
Steps to reproduce
In nz-progress, use nzSuccessPercent with nzPercent. Set nzPercent to 100, nzSuccessPercent to < 100.
What is expected?
Progress does not show complete until nzSuccessPercent is set to 100.
Correct behavior shown in react component: https://codesandbox.io/s/67w2r695n
What is actually happening?
Progress status changes to 'success' when nzPercent changes to 100, ignoring nzSuccessPercent value.
The text was updated successfully, but these errors were encountered: