Hi Paul Kocher,
You can display the “NumericTextbox” value as fraction by using 'decimalPlaces' API of NumericTextbox component. By default, “decimalPlaces” value is zero. If you have set the incremental step as fraction, specify the number of fraction digits in “decimalPlaces” property in order to get the desired changes in your sample. Please refer to your modified code block.
|
<input ej-numerictextbox type="text" [incrementStep]="0.5" [name]="numeric" [value]="1"[decimalPlaces]="1"/> |
To know more details about the decimalPlaces property, please refer the below link.
For your reference, we have prepared a simple sample on this and it can be downloaded from the following location:
Please let us know if you have any other concerns.
Regards,
Ashokkumar B.