[disabled] should disable the whole component if you designed otherwise it's okay, but!
if you set disabled="true" or [disabled]="true" in the template it's not working. Only when you toggle with the radio btns below.
I've tried to set up a variable to bind these values to, but i got the same issue.
Disabled not works properly even with your provided demo app at: stackblitz for angular7/8.
[disabled]
should disable the whole component if you designed otherwise it's okay, but! if you setdisabled="true"
or[disabled]="true"
in the template it's not working. Only when you toggle with the radio btns below. I've tried to set up a variable to bind these values to, but i got the same issue.