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

**What you were expecting:** The demo should allow the user to create a customer. **What happened instead:** ``` GraphQL error: Field "createCustomer" argument "avatar" of type "String!" is required but...

bug
v3

**What you were expecting:** I implement List Filter in a material ui Drawer for user to choose the drawer. The Drawer should only be closed when i click the close...

bug
v3

**What you were expecting:** after the application of this: https://github.com/marmelab/react-admin/issues/5938 in 3.13.2, React-admin handle the server side validation errors. When a field is reported by the server with a validation...

bug
v3

**Is your feature request related to a problem? Please describe.** The `filter` prop for List is considered a permanent filter. When an `empty={}` prop is supplied to the List with...

good first issue

I have two ways to edit an alarm, one via a dedicated list with default create/edit forms, and one via a list inside the tab of a related parent record....

needs more info
v3

**What you were expecting:** When I call `setFilter({})` I expected it to clear out all filters and text inside the `FilterLiveSearch` input box. **What happened instead:** The filters are removed,...

needs more info

Reduces strictNullChecks compilation errors in ra-ui-materialui/src/inputs directory from 109 to 50

RFR

## To do - [x] change default id - [x] adapt tests Closes #9534

RFR

## Problem Some errors raised in the AppBar or the Side Menu. ## Solution Add a global ErrorBoundary

RFR

## Problem Some props are deprecated ## Solution Remove them ## TODO Remove: - [x] `disableNotification` from `useCheckAuth` - [x] `disableNotification` from `useLogoutIfAccessDenied` - [x] ~`resource` from `useDeleteWithConfirmController`~ - [x]...

WIP