UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

11 lines (8 loc) 389 B
<jqxInput #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>