Answer the question
In order to leave comments, you need to log in
Why are md-radios not highlighted in Angular 4?
Angular Material:
And then somewhere on the function call:
Nothing will happen. The radio button is not activated.
But if you do it right away:
Everything will work. Could it be that the md-radio list is generated dynamically via *ngFor ? And all values are assigned from dynamic variables. <md-radio-group [(value)] = "test">
this.test = "two"
<md-radio-group [value] = "two">
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question