taffy-coustom-ui
Version:
8 lines (7 loc) • 314 B
HTML
<fieldset style="width: 200px; margin-top:1em; margin-bottom: 1em; border: 1px solid lightgrey;">
Value is {{ value | json }}
</fieldset>
<jqxFormattedInput [(ngModel)]="value"
[width]="250" [height]="25" [radix]="'decimal'"
[value]="15" [spinButtons]="true" [dropDown]="true">
</jqxFormattedInput>