Hi,
I got a request to have a number with 2 decimals places.
However, when the digits behind the separator are 00, they should not be visible in the form.
So 12,25 should be displayed as 12.25 but 12.00 should be displayed as 12
To my knowledge, this is not easily possible. The only way, I can come up with handling this, is using a text field, and the necessary amount of javascript to format whatever is inputted in the text field..
Does anyone know any other option?
*This post is locked for comments