diff --git a/projects/common/components/input-elements/dropdown.component.ts b/projects/common/components/input-elements/dropdown.component.ts
index dec7abf918ccc4ce130ddfc08952e7dcbea95c99..e56ddc631b74244c852dc0c0066b24b723f78c65 100644
--- a/projects/common/components/input-elements/dropdown.component.ts
+++ b/projects/common/components/input-elements/dropdown.component.ts
@@ -20,8 +20,8 @@ import { FormElementComponent } from '../../directives/form-element-component.di
                     (click)="$event.preventDefault()">
         </mat-option>
         <mat-option *ngFor="let option of elementModel.options; let i = index" [value]="i"
-                    [class.read-only]="elementModel.readOnly">
-          {{option.text}}
+                    [class.read-only]="elementModel.readOnly"
+                    [innerHTML]="option.text | safeResourceHTML">
         </mat-option>
       </mat-select>
       <mat-error *ngIf="elementFormControl.errors">