-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spinner doen't show when you set the active property in code. #91
Comments
I have the same issue in my projects. Workaround is downgrade to version 9.1.1. |
Also on Angular 12, tried downgrading to v9.1.1, spinner is still not showing. |
do npm uninstall mat-progress-buttons and later npm install [email protected], that worked for me. |
On Angular 12+ Instead of mutating the object directly like
try using a spread operator like
Worked for us. Cheers |
Downgrade to 9.2.1 works for me |
Bug Report or Feature Request (mark with an
x
)OS and Version?
Windows 10.
Versions
Angular 12.2.9
mat-progress-buttons 9.3.1
Repro steps
Open this Stackblitz and click the button.
Changes I made to your demo stackblitz:
Desired functionality
The button spinning when setting the active property in code.
Mention any other details that might be useful
This broke in v9.3.1.
#90 might be related
The text was updated successfully, but these errors were encountered: