Decimal property type control issue in version 8.8.2,the property value is not posting as decimal and showing as number

I have a property type as decimal type and control selected as decimal on UI,I have configured onchange post value action event for validation purpose.

When I checked the clipboard the value displaying for the property is as 12345678 instead if 1234.5678

I have also tried without onchange postvalue action event, I have submitted the screen and verified the clipboard for property value and observed same issue.

value entered in UI:1234.5678

Value displayed on clipboard:12345678

My property type is decimal

Control Selected on UI is Decimal(Number)

version:8.8.2

It would be great if I get some input on this issue, Thank you.

Hi @VeerendraC: I don’t see a issue in system. Can you help to follow the below to debug the issue.

  • Trace the functionality to see where the value is getting changed
  • Check if there are any edit input available in the property
  • Check with a new property to validate if this is happening for all decimal properties or only to specific property

Thanks

@ArulDevan Hi Arul, Thanks for your response, the configuration is correct, the issue is because of localasation applied at organization level, when I change the localization to default en_EN, the functionality working as expected.