react-admin icon indicating copy to clipboard operation
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

Results 328 react-admin issues
Sort by recently updated
recently updated
newest added

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...

needs more info

**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...

bug

**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...

RFR
v5

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...

needs more info

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

RFR