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:** * if no input is changed the form should still be not dirty **What happened instead:** * `isDirty` property using the `useFormState()` hook from react-hook-form is...

This is going to be tricky for me to create a reproducer here, so I'm hoping the issue will be obvious to one of you. When using resolutions, if I...

needs more info

It's been more than a year I'm using React-Admin Library for multiple projects and I really like how this library helping me building Admin and Dashboard interfaces 🎉 😍 But,...

**What you were expecting:** I am using SimpleForm and I want to use FormDataConsumer to update inputs. **What happened instead:** When I use FormDataConsumer along with a disabled props in...

bug
help wanted

A typescript error appears on: ``` {fetchResources} ``` ``` Type '(permissions: Permissions) => JSX.Element[]' is not assignable to type 'ReactNode'.ts(2322) App.tsx(119, 9): Did you mean to call this expression? const...

bug

The `ArrayInput` component has a breaking different behaviour in the dev environment and when you actually build the project; an empty `ArrayInput` (that has not been interacted with) will: -...

**What you were expecting:** ![Screenshot 2024-01-29 at 10 53 25](https://github.com/marmelab/react-admin/assets/26430056/620d01dd-5c40-41c6-820d-c92714661593) **What happened instead:** AuAutocomplete components are directly using react-admin AutocompleteInput component. While we are getting 'name' field null it returns...

needs more info

## Rationale It's been [a year and a half](https://github.com/marmelab/react-admin/releases/tag/v4.0.0) since version 4.0. The React ecosystem has evolved a lot since then, and we must accept a few breaking changes in...

RFC

**What you were expecting:** These inputs should receive Date or string and publish Date. **What happened instead:** They are inconsistent: - `DateInput` receives `string` and returns `string`, - `TimeInput` receives...

documentation