UNPKG

jqwidgets-scripts-custom

Version:

jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.

6 lines (5 loc) 307 B
<jqxComboBox [theme]="'material'" (onSelect)="myComboBoxOnSelect($event)" [width]="150" [height]="30" [source]="dataAdapter" [selectedIndex]="0" [displayMember]="'ContactName'" [valueMember]="'CompanyName'"> </jqxComboBox> <div #selectionlog style="font-size: 12px; font-family: Verdana"></div>