I have the need for a field which displays a currency. I chooses numberfield
because it already does all necessary number-checkups. I modified the getter and setter so that the currency symbol is only visible within the field but never submitted or returned. All works pretty good but the numberfield cuts the trailing zeros from the field (yes, I configured it with a decimal precision of 2).
So my again my Question:
How can I prevent the drop of the trailing 0 (zero) by the numberfield?