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
## Problem GraphQL introspection queries are often disabled in production for security reasons. But the graphql dataProvider depends on this introspection to read the schema and build the queries. So...
**Is your feature request related to a problem? Please describe.** The current implementation of useWarnWhenUnsavedChanges seem to fail silently due to react-router change. https://marmelab.com/react-admin/Form.html#warnwhenunsavedchanges **Describe the solution you'd like** Is...
**What you were expecting:** In version 3 of react admin when you clicked on a clone button and the create form is shown the save button was enabled. **What happened...
**What you were expecting:** Adding a new filter using the FilterButton shows the filter at the end of the current filter list **What happened instead:** The new filter appears at...
**What you were expecting:** For the AutocompleteArrayInput to work properly when the `optionValue` parameter is different from `id` **What happened instead:** It is behaving oddly, if I select a value...
**Is your feature request related to a problem? Please describe.** I'd like to use nested resources with `` and `syncWithLocation` enabled. This is not possible due to `TabbedFormView` using splat...
**Environment** * React-admin version: 4.5.2 doc: https://marmelab.com/react-admin/AutocompleteArrayInput.html#emptytext I used this property, but it didn't work: https://codesandbox.io/s/quizzical-turing-wrjs7q?file=/src/posts/PostCreate.tsx ``` ```
**What you were expecting:** I expect the onSettled function to be called after the record is removed when I click the delete button **What happened instead:** This function seems does...
Currently, in a List, we can: - :heavy_check_mark: enable sync with location and :heavy_check_mark: enable storing the list params, with the default props - ❌ disable sync with location and...
This PR proposes changes to handle the scenario when the DateField value does not match the type criteria to be handled as a Date. Current behavior causes an error when...