Currency input

Currency input field

To be used with CurrenciesCollection

Budget

To enable budget, budgetControl and budgetOptions must both be passed to the component.

On mobile, the budget name is not displayed, only the range is shown.

'Customize budget' can be added as a budget option with an id of 'custom' and a range of { minimum: 0, maximum: 0 }

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'