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:** I would see two error texts below the input concerned by the error **What happened instead:** The input is actually red, showing there is an error,...

## Problem When providing `onInputChange` to an AutocompleteInput, a `useEffect` is run and resets the Textbox's value to the previous value. As a result, users can not manually type a...

**What you were expecting:** - When you open an edit page containing a disabled input for any resource and then leave that page without making any changes, you should not...

bug
help wanted

**Is your feature request related to a problem? Please describe.** Hi there, small request. I spend a lot of time using the docs, they are really easy to follow and...

**Is your feature request related to a problem? Please describe.** When we use the button component and this button has a loading linked to it, we always have to create...

RFC

**What you were expecting:** After clicking the back button on dirty edit page of a resource with `warnWhenUnsavedChanges` and clicking `OK` to ignore changes, you should **go back to previous...

**What you were expecting:** `SelectInput` choices should accept `ReadonlyArray` **What happened instead:** `SelectInput` choices does not accept `ReadonlyArray` ![image](https://github.com/marmelab/react-admin/assets/49822810/bf8e2e53-6020-455e-a6a1-0de2379aef7e) **Steps to reproduce:** - use `"react-admin": "^4.12.3"` **Related code:** * Preferably,...

React admin provides cjs and esm bundles. However, it relies on `main` and `module` in the package.json file to decide which version to use. It will work with most bundlers...

**Is your feature request related to a problem? Please describe.** Yes, I have Form in which I have to give start and end date of a event and I want...

enhancement