jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
560 stars 118 forks source link

`@CurrencyField` integration with UI #3495

Open Gavrilov-Ivan opened 1 month ago

Gavrilov-Ivan commented 1 month ago

In Jmix 1.x @CurrencyValue has integration with CurrencyField UI component (absent in Jmix 2.x) - https://docs.jmix.io/1.x/jmix/1.5/ui/vcl/components/currency-field.html

Suggestions:

  1. Restore original functionality - create CurrencyField UI component.
  2. Do not create CurrencyField UI component, but integrate @CurrencyValue with TextField field with prefix.
  3. Abandon this case - deprecate @CurrencyValue. Currency-like field should be created manually via TextField with prefix.
gorbunkov commented 1 month ago

See also https://youtrack.jmix.io/issue/JST-3449