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
Datagrid is freezing the screen when receiving a "large" list. In v3 I had no problems, but when upgrading to v4 I have performance problems with it. **What you were...
**Is your feature request related to a problem? Please describe.** When I have basic usage of `SelectArrayInput` with `ReferenceArrayInput` and I know referenced data items will be always less than...
## Some bit of context We use `react-admin` version `4.16.9` in a `pnpm` monorepo workspace. And we have the automatic renovate pull requests to update our repository packages. Our end...
## Todo - [x] Upgrade `react-router` to 6.22.0 - [x] Rewrite `useWarnWhenUnsavedChanges` to use `useBlocker` instead of `UNSAFE_NavigationContext` - [x] Use data router in the simple demo - [x] Test...
## Problem warnWhenUnsavedChanges does not function properly with disabled inputs · Issue #9498 · marmelab/react-admin highlighted that not all our inputs support the readOnly prop. For instance is still modifiable...
Closes #9675 The current implementation doesn't work with dataProvider methods with more than 2 parameters. According to documentation, the method parameter format is not strictly typed, so it is possible...
- [x] Use `SourceContext` for `TranslatableFields` - [x] Introduce `useFieldValue` to get a record value - [x] Document `useFieldValue`
**What you were expecting:** According to the documentation examples, custom dataProvider methods should not follow the same signature as default methods, in example it's `banUser: (userId) => Promise`, hence I...
**Is your feature request related to a problem? Please describe.** I need to pass a boolean flag to the backend when using ReferenceManyField. **Describe the solution you'd like** A meta...