Hi all,
In my sapui5 app, I have a table and in that I have an input field which initially displays a unit of measure.
When I test it, it is showing the field as *** as shown in the screenshot.
I have checked the odata service, it is showing me the correct values. But when I check the received data in the chrome developer tools, it is received as ***.
Note: On cross-checking, I could see that only the columns with the numeric values are coming as ***, rest all with character values are coming correctly.
Any suggestions on what the reason could be. Thanks in advance