It should be possible to NOT select any default currency. Currently, if you don't explicitly select a default, it gets set implicitly to the first one, which is "Afghanistani Afghani (AFA)". Instead, it should default to something like "-- Please select --".

Comments

zualas’s picture

Status: Active » Needs review

For a quick hack, I changed one line in the currency_api.module file in the "currency" module. For the first value in the currencies array, in row 391 I entered:
' ' => array('name' => ('')),
Thus, when you select a currency, the first in the dropdown is a blank. If your field is required, this will generate an error.

roball’s picture

Status: Needs review » Active