taffy-coustom-ui
Version:
5 lines • 327 B
HTML
<div id="profitDropDownTwo">
<jqxDropDownList #dropDown [autoOpen]="true" [template]="'info'" [checkboxes]="true" [source]="sourceRegion"
(onCheckChange)="checkChange($event)" [width]="160" [height]="35" [autoDropDownHeight]="true" [selectionRenderer]="selectionRenderer">
</jqxDropDownList>
</div>