mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -1,4 +1,5 @@
|
||||
<div class="dropdown-widget">
|
||||
<label [attr.for]="field.id">{{field.name}}</label>
|
||||
<select [(ngModel)]="field.value" (ngModelChange)="checkVisibility(field)">
|
||||
<option *ngFor="let opt of field.options" [value]="opt.id">{{opt.name}}</option>
|
||||
</select>
|
||||
|
Reference in New Issue
Block a user