If i enter the value ,the value should be like 56.00 ,i tried , unable to achieve it
it is in floatingPointField function
Discussion posts and replies are publicly visible
use text(ri!number,"00.00"), in value so what you are entering it will display like (56.00) format,example:
a!textField( label: "Number", labelPosition: "ABOVE", value: text(ri!number,"00.00"), saveInto: ri!number, refreshAfter: "UNFOCUS", validations: {} )