jqwidgets-scripts-custom
Version:
jQWidgets is an advanced jQuery, Angular 7, Vue, React, ASP .NET MVC, Custom Elements and HTML5 UI framework.
10 lines (8 loc) • 312 B
HTML
<jqxComplexInput [theme]="'material'" #myComplexInput
[width]="250" [height]="25" [value]="'15 + 7.2i'" [spinButtons]="true">
</jqxComplexInput>
<br />
<div style="margin-top: 20px"></div>
<jqxButton [theme]="'material'" (onClick)="btnOnClick()" [width]="200">
Set wrong value: "11- 2ii"
</jqxButton>