react-admin
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
**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...
**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...
**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...
**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...
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....
**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,...
Reduces strictNullChecks compilation errors in ra-ui-materialui/src/inputs directory from 109 to 50
## To do - [x] change default id - [x] adapt tests Closes #9534
## Problem Some errors raised in the AppBar or the Side Menu. ## Solution Add a global ErrorBoundary
## Problem Some props are deprecated ## Solution Remove them ## TODO Remove: - [x] `disableNotification` from `useCheckAuth` - [x] `disableNotification` from `useLogoutIfAccessDenied` - [x] ~`resource` from `useDeleteWithConfirmController`~ - [x]...