Currency input

Currency input field

To be used with CurrenciesCollection

Budget Type

In order to show the budget type selector, budgetTypeControl must be provided.

If the budget type is hourly, 'per hour' will be appended to the displayed budget. On mobile, '/hr' will be appended instead.

Pay hourly

Basic ($2.00 – 8.00 per hour)

Flag of

USD

If the budget type is fixed, the budget will be displayed as a fixed amount.

Pay fixed

Basic ($2.00 – 8.00)

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'