currencyControl : FormControl<Currency>
backgroundColor ?: BackgroundColor = 'default'
budgetControl ?: FormControl<number | BudgetOption>
budgetOptions ?: readonly BudgetOption[]
budgetTypeControl ?: FormControl<ProjectTypeApi>
currencyFormat ?: CurrencyFormatOptions = {
disableCode: true,
}
currencyOptions ?: readonly Currency[] = []
enableCurrencyConversion ?: boolean = true
loading ?: boolean = false
maxVisibleOptions ?: number
showAllOptions ?: Partial<Record<CurrencySelector, boolean>>
showBudgetTypeSelector ?: boolean = true
type ?: CurrencyInputType = 'dropdown'