Feature: #57331 - Support dash in CurrencyViewHelper
See forge#57331
Description
The use
option has been added to the CurrencyViewHelper.
Impact
If the option use
is set and a value without decimals (see example) is given, the decimal place is rendered as a dash.
Example:
<!-- Renders "54321.-" -->
<f:format.currency useDash="true">54321.00</f:format.currency>
Copied!