Currency input

Currency input field

To be used with CurrenciesCollection

Default

On mobile, the country flag will be hidden. On tablet and desktop, the country flag will be displayed.

Flag of

USD

By default, dropdowns are scrollable when options overflow. When showAllDropdownOptions is set to true, the scrollable constraint is removed and all options are displayed.

Flag of

USD

Inputs
currencyControl : FormControl<Currency>
label : string
backgroundColor ?: BackgroundColor = 'default'
budgetControl ?: FormControl<number | BudgetOption>
budgetOptions ?: readonly BudgetOption[]
budgetTypeControl ?: FormControl<ProjectTypeApi>
currencyFormat ?: CurrencyFormatOptions = { disableCode: true, }
currencyOptions ?: readonly Currency[] = []
enableCurrencyConversion ?: boolean = true
showAllDropdownOptions ?: boolean = false
showBudgetTypeSelector ?: boolean = true
type ?: CurrencyInputType = 'dropdown'