Skip to content

Commit

Permalink
Merge pull request #4769 from marmelab/prop-list
Browse files Browse the repository at this point in the history
[Doc] Add a list of props to all Field and Input components
  • Loading branch information
fzaninotto authored May 7, 2020
2 parents 5e6a585 + 37a3fc1 commit 97f0d94
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 256 deletions.
371 changes: 263 additions & 108 deletions docs/Fields.md

Large diffs are not rendered by default.

325 changes: 178 additions & 147 deletions docs/Inputs.md

Large diffs are not rendered by default.

Binary file added docs/img/reference-array-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/reference-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/reference-many-field-datagrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/reference-many-field-single-field-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/rich-text-field.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/field/DateField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ interface Props extends FieldProps {
* // renders the record { id: 1234, new Date('2012-11-07') } as
* <span>mercredi 7 novembre 2012</span>
*/

export const DateField: FunctionComponent<
Props & InjectedFieldProps & TypographyProps
> = ({
Expand Down

0 comments on commit 97f0d94

Please sign in to comment.