Newer
Older
francois.grand
committed
<div class="row">
<!-- titre -->
francois.grand
committed
<div class="col-12 col-sm-3">
francois.grand
committed
{{_select.label}}
</div>
francois.grand
committed
<!-- liste déroulante -->
francois.grand
committed
<div class="btn-group col-12 col-sm-9" dropdown (click)="onSelect($event)">
<button dropdownToggle class="btn btn-primary dropdown-toggle waves-light my-1" type="button" mdbRippleRadius>
{{currentLabel}}
</button>
<div class="dropdown-menu">
francois.grand
committed
<a class="dropdown-item" *ngFor="let e of entries" [value]=e>{{entryLabel(e)}}</a>
</div>
</div>