jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
13 lines (9 loc) • 434 B
HTML
<div style="height: 30px"></div>
<jqxInput [theme]="'material'" #myInput (onSelect)="myInputOnSelect($event)"
[width]="200" [height]="25" [source]="dataAdapter"
[placeHolder]="'Contact Name:'" [valueMember]="'CompanyName'"
[displayMember]="'ContactName'">
</jqxInput>
<br />
<label style="font-family: Verdana; font-size: 10px">ex: Ana</label>
<div #selectionLog style="font-family: Verdana; font-size: 13px"></div>