jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
8 lines (7 loc) • 313 B
HTML
<fieldset style="width: 300px; margin-top:1em; margin-bottom: 1em; border: 1px solid lightgrey;">
The selected country is {{ country | json }}
</fieldset>
<jqxInput [theme]="'material'" [(ngModel)]="country"
[width]="200" [height]="25" [source]="countries"
[minLength]="1" [items]="3">
</jqxInput>