Skip to content

Commit

Permalink
Added all default widgets to documentation (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyonlee authored and epicfaace committed Jul 9, 2019
1 parent 750f5cb commit 07b07b1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/advanced-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,27 @@ render((
), document.getElementById("app"));
```

The default widgets you can overwrite are:

- `AltDateTimeWidget`
- `AltDateWidget`
- `CheckboxesWidget`
- `CheckboxWidget`
- `ColorWidget`
- `DateTimeWidget`
- `DateWidget`
- `EmailWidget`
- `FileWidget`
- `HiddenWidget`
- `PasswordWidget`
- `RadioWidget`
- `RangeWidget`
- `SelectWidget`
- `TextareaWidget`
- `TextWidget`
- `UpDownWidget`
- `URLWidget`

### Custom titles

You can provide your own implementation of the `TitleField` base React component for rendering any title. This is useful when you want to augment how titles are handled.
Expand Down

0 comments on commit 07b07b1

Please sign in to comment.