Question
LTIMindtree
IN
Last activity: 3 May 2023 13:55 EDT
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.