Currency input

Currency input field

To be used with CurrenciesCollection

Label

Flag of

USD

Basic ($2.00 – 8.00 per hour)

Flag of

USD

Labels can be hidden if not needed.

Basic ($2.00 – 8.00 per hour)

Flag of

USD

If type is set to 'input', the label will serve as a placeholder when the input is empty and go up if the component is focused.

$
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'