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
The text was updated successfully, but these errors were encountered:
walexy249
changed the title
The spinner doesn't work When i set the disabled property to this.form.invalif
The spinner doesn't work When i set the disabled property of the button to this.form.invalid
Oct 7, 2021
walexy249
changed the title
The spinner doesn't work When i set the disabled property of the button to this.form.invalid
The spinner doesn't show When i set the disabled property of the button to this.form.invalid
Oct 7, 2021
Bug Report or Feature Request (mark with an
x
)OS and Version?
Versions
Angular CLI: 12.2.4
Node: 14.15.5
Package Manager: npm 6.14.11
OS: linux x64
Angular: undefined
...
Package Version
@angular-devkit/architect 0.1202.4 (cli-only)
@angular-devkit/core 12.2.4 (cli-only)
@angular-devkit/schematics 12.2.4 (cli-only)
@schematics/angular 12.2.4 (cli-only)
typescript 3.2.2
Repro steps
whenever i set the disabled property of the mat-spinner-button to form.valid, the loading spinner doesn't show anymore.
<mat-spinner-button [options]="spinnerButtonOptions" [disabled]="form.invalid" > </mat-spinner-button>
The text was updated successfully, but these errors were encountered: