Hi all,
I have any input field designed in xml view using sap.m library.
<Input value="{omodel>PRICE}" />
when the value is example 23.33 it have to be shown as 23,33.I checked the help document from sap could not find any support.
How to display 23.33 as 23,33 ie instead of "dot" it has to be "comma".
Also will it affect any validation in front end once changed to comma. (example if (23,33 < 0) ).