Skip to content

Commit

Permalink
Merge pull request #4860 from joebordes/patch-7
Browse files Browse the repository at this point in the history
doc(Fields) copy paste error
  • Loading branch information
djhi committed May 27, 2020
2 parents 68430a8 + 720c731 commit 5e28dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ import { NumberField } from 'react-admin';
| Prop | Required | Type | Default | Description |
| ---|---|---|---|--- |
| `locales` | Optional | string | '' | Override the browser locale in the date formatting. Passed as first argument to `Intl.DateTimeFormat()`. |
| `options` | Optional | Object | - | Date formatting options. Passed as second argument to `Intl.DateTimeFormat()`. |
| `options` | Optional | Object | - | Number formatting options. Passed as second argument to `Intl.NumberFormat()`. |

`<NumberField>` also accepts the [common field props](./Fields.md#common-field-props).

Expand Down

0 comments on commit 5e28dce

Please sign in to comment.