Hello, I have a textfield to show numbers, I need to show the numbers always with a floating point precision of 2 characters, even if the value is an integer. How can i do this??. Thanks in advanced
Hello, I have a textfield to show numbers, I need to show the numbers always with a floating point precision of 2 characters, even if the value is an integer. How can i do this??. Thanks in advanced
Thank you! We are working to get you an answer and will be back with you shortly.
Hi there,
If you only want to show numbers, use numberfield instead of textfield.
https://docs.sencha.com/extjs/4.1.3/...m.field.Number
'decimal precision' of numberfield helps to do that. By default it is 2.
Regards,
Pavan,
Sencha Support.