Skip to main content

<NumberField>

Displays a numeric value, formatted according to the user's locale using Intl.NumberFormat.

Usage

<NumberField source="price" options={{ style: 'currency', currency: 'USD' }} />

Percentage Formatting

<NumberField source="taxRate" options={{ style: 'percent', minimumFractionDigits: 2 }} />

Props

PropTypeDefaultDescription