Itemformatter Currency Format

When using the itemformatter for a drop down menu, is it possible to format the items for currency?

Hi, and welcome to the forum! :slight_smile:

Yes, you can use a currency format.

For example, you might do something like this:

Price: {formmenu: 1.22; 10; 2500.3; itemformatter=(value) -> {=value; format=$,.2f}}

1 Like