I have a input box based on the below:
If a change a radio I see that the value changes to true for false:
{{model_parameters_general.est
It seems in rc.6 they have removed the ability to disable inputs dynamically on a template binding when using reactive forms. You have to monitor changes and call .disable()
on the formControl
you wish to disable now. I rather prefer the old way of doing things and hope that they bring it back or an equally useful solution.
Chime in on this related github issue.