Currency input

Currency input field

To be used with CurrenciesCollection

Background Color

Default Background Color

Basic ($2.00 – 8.00 per hour)

Flag of

USD

Inherit Background Color

Basic ($2.00 – 8.00 per hour)

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'