I've created Dynamic HTML (dropdowns) using TypeScript. When I try to show as innerHTML its shows options as text and not dropdown.
{{question.question}}
<div [innerHTML]="question.question" class="question-text"></div>
It should actually show me DropDowns..