|
|
@ -22,6 +22,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div *ngSwitchCase="'Dropdown'"> |
|
|
<div *ngSwitchCase="'Dropdown'"> |
|
|
<select class="form-control" [formControlName]="language"> |
|
|
<select class="form-control" [formControlName]="language"> |
|
|
|
|
|
<option></option> |
|
|
<option *ngFor="let value of field.properties.allowedValues">{{value}}</option> |
|
|
<option *ngFor="let value of field.properties.allowedValues">{{value}}</option> |
|
|
</select> |
|
|
</select> |
|
|
</div> |
|
|
</div> |
|
|
@ -87,4 +88,4 @@ |
|
|
<div class="form-hint" *ngIf="field.properties.hints && field.properties.hints.length > 0"> |
|
|
<div class="form-hint" *ngIf="field.properties.hints && field.properties.hints.length > 0"> |
|
|
{{field.properties.hints}} |
|
|
{{field.properties.hints}} |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|