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) 300 B
<jqxComboBox [theme]="'material'" (onSelect)="myComboBoxOnSelect($event)" [width]="200" [height]="30" [source]="dataAdapter" [selectedIndex]="0" [displayMember]="'countryName'" [valueMember]="'name'"> </jqxComboBox> <div #selectionlog style="font-size: 12px; font-family: Verdana"></div>