Hi.
I have a textfield that sometimes outputs numbers like this:
51.20305999999000005
and sometimes like this
12
A.k.a sometimes with decimals, sometimes without.
I want to make it so that if the number has more than a decimal, the rest is invisible.
So it would like like this
51.2
Thank you.