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:** Just calling getList() once with this query param `filter: {"id":["13"]}` **What happened instead:** After select an item from sugestion list the component calling getList() two times,...

needs more info

I'm using api-platform/admin and react-admin, upgrading both package, results to ignore my currently set theme, then it defaults to dark mode. some features are also not working, like useGetIdentity doesn't...

needs more info

**What you were expecting:** After Post "Text here" ![image](https://github.com/marmelab/react-admin/assets/47036042/e2375d1b-906f-4e99-acc0-d33e5268ad87) **What happened instead:** I think this is correct like this After post Text here **Steps to reproduce:** **Related code:** * Preferably,...

needs more info

**What you were expecting:** The submission of the form with ArrayInput large entries should be fast. **What happened instead:** It takes more than a minute to submit a form and...

bug

`ArrayInput` has different behaviour in dev and in build. I have a `SimpleForm` with an `ArrayInput` that has different inputs. On a dev environment, when I am on an edit...

bug

## Problem It becomes difficult to reproduce issues introduced in the latest RHF versions and to ensure compatibility with those ## Solution Bump to the latest RHF version in our...

WIP

We have many components that have @typedef and @prop in their documentation. They should only use param Example ``` * @typedef Props * @property {Object} record: The current resource record...

RFR

follow-up from #9768 to change branch This PR adds two more choices to the 'title' prop of edit / show views: - false to display no title - callback with...

v5

There are multiple problems when it comes to number input e.g. there is an empty input ref value when the inputted value is not a number. So, in the context,...

**What you were expecting:** A `` is activated with a toggle that basically handle the password field `disabled` prop. If toggle is not active, `` is disabled, otherwise enabled. The...