how to show only upto 2 decimal in oj-input-number but in background keep the whole value ?
Hi ,
I have got one requirement where i want to show the value of an oj-input-number component to only upto 2 decimal pointers, But in background it should hold the actual value which can have upto 8-9 decimal pointers. Is there any built in functionality which can help me in this case ?
Code i have put in Converter :
{ "type": "number", "options": { "decimalFormat": "standard", "lenientParse": "none" }}
Tagged:
0