react-admin
                                
                                 react-admin copied to clipboard
                                
                                    react-admin copied to clipboard
                            
                            
                            
                        A frontend Framework for building data-driven applications running on top of REST/GraphQL APIs, using TypeScript, React and Material Design
Add some required usage details that would have saved me a couple of hours if I had known.
Since a couple weeks we get the behavior that if we access the root address of our react-admin application it gets stuck on loading because in the AuthProvider a new...
**What you were expecting:** I have a form with 2 inputs, both inputs are required but the second is disabled if there is no value for the first input, after...
**What you were expecting:** useChoiceContext can be called in the scope of a ReferenceInput wrapped AutocompleteInput . **What happened instead:** When trying to use the useChoicesContext inside a nested AutocompleteInput...
## Problem By the time optimistic and undoable mutations dataProvider calls are really executed, the calling component might have been unmounted leading to the middlewares being unregistered and hence, not...
Closes #9837
In lists in the TopToolbar component in FilterButton -> DateInput it is impossible to delete if the value is not empty You have to open the calendar, click the Clear...
This is a pull request for issue #9916. It adds an avatarIcon property to the Login component w/ a default of the Lock icon. This allows for overriding the icon...
The default SourceContext introduced by 4d9820d5931c3eb992010035c23c00935f194047 breaks default field labels. Closes #9965