mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Merge pull request #626 from Alfresco/dev-wabson-625
Add missing label in dropdown widget
This commit is contained in:
commit
004dc41641
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user