pelmered / filament-money-field

Money field powered by Money PHP
MIT License
54 stars 20 forks source link

How to set currency symbol as suffix instead prefix #15

Closed kohaku1907 closed 7 months ago

kohaku1907 commented 7 months ago

Some currencies have a symbol is suffix. As default MoneyInput have a symbol as prefix. Can i change it ?

pelmered commented 7 months ago

Yes, you can set this globally with MONEY_UNIT_PLACEMENT=after in your .env file or with the form_currency_symbol_placement key in the config file.