jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
12 lines (10 loc) • 435 B
HTML
<div style="height: 30px"></div>
<jqxInput [theme]="'material'" #myInput style="float: left"
[width]="250" [height]="23" [source]="countries"
[minLength]="1" [placeHolder]="'Enter a Country:'">
</jqxInput>
<div style="float: left">
<jqxButton [theme]="'material'" (onClick)="myBtnOnClick()"
[width]="28" [height]="25" [imgSrc]="'https://www.jqwidgets.com/angular/images/search_lg.png'">
</jqxButton>
</div>