Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix <RadioButtonGroupInput options> prop was ignored #8299

Merged
merged 25 commits into from
Oct 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d79a739
[Doc] Improve SelectInput docs
fzaninotto Oct 24, 2022
c423ce5
Improve RadioButtonGroupInput doc
fzaninotto Oct 24, 2022
7e864f6
Improve AutocompleteInput docs
fzaninotto Oct 24, 2022
c4ad534
Update AutocompleteInput illustration
fzaninotto Oct 24, 2022
9daef72
Merge branch 'master' into doc-inputs
fzaninotto Oct 24, 2022
8e8694d
Add useInput chapter
fzaninotto Oct 24, 2022
5c226f0
Add input component zoo
fzaninotto Oct 24, 2022
790e4c2
Tweak AutocompleteInput custom element tutorial
fzaninotto Oct 24, 2022
9760c32
Improve ReferenceInput documentation
fzaninotto Oct 24, 2022
e72205d
Fix DualListInput doc
fzaninotto Oct 24, 2022
786dba6
Add relationship explanation to ReferenceInput
fzaninotto Oct 24, 2022
70a2ff7
Improve ReferenceInput doc again
fzaninotto Oct 24, 2022
d945e59
final tweaks
fzaninotto Oct 24, 2022
27ad173
Update docs/RadioButtonGroupInput.md
fzaninotto Oct 25, 2022
e105e68
Update docs/RadioButtonGroupInput.md
fzaninotto Oct 25, 2022
f77aade
Add defaultValue
fzaninotto Oct 25, 2022
b612f40
Update docs/RadioButtonGroupInput.md
fzaninotto Oct 25, 2022
224676c
Update docs/Inputs.md
fzaninotto Oct 25, 2022
7dfdce4
Update docs/useInput.md
fzaninotto Oct 25, 2022
b57fb86
Update docs/ReferenceInput.md
fzaninotto Oct 25, 2022
9233142
Update docs/ReferenceInput.md
fzaninotto Oct 25, 2022
5feb550
Update docs/SelectInput.md
fzaninotto Oct 25, 2022
5a20c29
Update docs/AutocompleteInput.md
fzaninotto Oct 25, 2022
1ea0ee1
Update docs/AutocompleteInput.md
fzaninotto Oct 25, 2022
4e104b2
Update docs/AutocompleteInput.md
fzaninotto Oct 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/AutocompleteInput.md
Original file line number Diff line number Diff line change
@@ -157,7 +157,6 @@ const PostCreate = () => (
import { useCreate, useCreateSuggestionContext } from 'react-admin';
import {
Box,
BoxProps,
Button,
Dialog,
DialogActions,