Why can’t I disable a mat-slide-toggle using
form.controls.controlname.disable()
I see in the breakpoint in browser that its state is being set as disabled but the the element itself in html isn’t disabled
I tried updating value and validity and doing a changedetector check. Neither work.
Feels like there’s no way out but to use html disabled attribute. I do hate that obnoxious warning though in console.