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:** 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,...
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...
**What you were expecting:** After Post "Text here"  **What happened instead:** I think this is correct like this After post Text here **Steps to reproduce:** **Related code:** * Preferably,...
**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...
`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...
## 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...
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...
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...
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...