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
Either the docs need to be updated or the functionality needs to be added. We still REALLY need this functionality for our office applications as it is not apparent that...
I tried all modes and revalidate values **What you were expecting:** e.g. Validate first name, when inserted dash immediatly show error message. **What happened instead:** only when onBlur, even when...
**What you were expecting:** We are using an `AutcompleteInput` with options provided by an external backend. In particular, the backend yields filtered and sorted options based on the user's input....
**Is your feature request related to a problem? Please describe.** If there are multiple fields which use the same source (e.g. to render different views of the same data), then...
**Is your feature request related to a problem? Please describe.** Testing if an input is correctly required with react-testing-library fails: ``` const id = within(edit).getByLabelText("Id *"); expect(id).toBeRequired(); ``` **Describe the...
**What you were expecting:** Expecting same tests performances after v4 migration. **What happened instead:** After migration to v4, the execution time and heap size in tests where "react-admin" is importing...
An API might want to send additional data since all the data isn't send when using pagination The `useListContext()` hook, as documented [here](https://marmelab.com/react-admin/useListContext.html), provides only `data` and `total`, not additional...
**What you were expecting:** I have an entity with string Id that has a space in it. When I navigate to Edit view with `TabbedForm` I expect to see working...
**What you were expecting:** When I pass `queryOptions` and `mutationOptions` with meta in `Edit` component, then update the record with some new values, the cache in React-Query is updated with...