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

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