Hi, I'm using floatingPointField for amount. I have validation on this

Hi,
I'm using floatingPointField for amount. I have validation on this field which says "Invalid numeric format, Expected #########.##
", if entered value is not correct. But when I enter value ending with 0 after floating point e.g. 22.50, it trim the 0 and shows 22.5.
When I use fixed function to restrict till 2 digits after floating point it trims value but still shows validation message. e.g. if I enter 22.5011
it shows 22.50 but it still shows me validation message "Expected #########.##".
I do not want to trim value in any case. If user enter 22.50 it should show same & if user enter 22.5011 it should show validation message.

Appreciate any help.

OriginalPostID-178366

OriginalPostID-178366

  Discussion posts and replies are publicly visible