Field for entering JSR354 javax.money.MonetaryAmounts (including both amount and currency)
MoneyField is a simple field for entering / displaying monetary amounts (amount and currency) bound to a JSR-354 javax.money.MonetaryAmount. The user can enter the amount and select the currency from a drop-down. Developers can select which currencies are available, pre-select a currency and define the input-format for the amount.
Install
Framework Support
Vaadin platform 21+
Install with
Release notes - Version 1.1.0
- added/improved javadoc
- fixed overflow exception on huge amounts
- added possible validation
- added possible theme-variants (e.g. alignment)
- updated to latest vaadin version (21.0.3)