HomeVendure CoreShow hidden breadcrumbs...Form ComponentsAffixedInputOn this pageAffixedInput@vendure/dashboardSource A component for displaying an input with a prefix and/or a suffix. Example Tsx<AffixedInput {...field} type="number" suffix="%" value={field.value} onChange={e => field.onChange(e.target.valueAsNumber)}/> Signaturefunction AffixedInput(props: Readonly<AffixedInputProps>): void Parameters props parameterReadonly<AffixedInputProps>Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousForm ComponentsNextBooleanInputEdited Feb 2, 2026·Edit this page