Hi
We have an application in NG Client, We are using third party textbox component where we are facing an issue of “format”.
We have number and format = #0.00
so when we enter 5 then should be display 5.00 but it is not happening. It is showing 5 itself.
Our controler have spec file and for format below is the code.
“format”:
** {**
** “for”:**
** [**
** “dataproviderID”**
** ],**
** “type”: “format”**
** },**
Can you let us know why in NG Client this format is not applying?
Thanks.