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 (10 loc) • 348 B
HTML
<jqxInput #myInput style="float: left"
[width]="250" [height]="23" [source]="countries"
[minLength]="1" [placeHolder]="'Enter a Country:'">
</jqxInput>
<div style="float: left">
<jqxButton (onClick)="myBtnOnClick()"
[height]="25" [imgSrc]="'./../../../images/search_lg.png'">
Search
</jqxButton>
</div>