jqwidgets-framework
Version: 
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
5 lines • 331 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>