Hi,
I have a form with a select component that I fill with for cicle.
After I fill the select in ts file, I make
this.skillForm.controls[“skill_level_id”].setValue(skill_level_id);
But I see nothing in the UI, the text of selected element is not showing…but if I open the select I see that the value is selected in right way.
This is a piece of my code on pastebin