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:** Even if a negative number is set in perPage, it is replaced by the default positive number. **What happened instead:** URL and List Component are rendered...

needs more info

**What you were expecting:** Notification triggers when login func returns Promise.reject({message: 'Error notification'}); **What happened instead:** I got only an error message in the console. **Steps to reproduce:** 1. Go...

needs more info

**What you were expecting:** Ability to clear default value from `` ![image](https://github.com/marmelab/react-admin/assets/914735/9bc3e0fc-b771-4412-9058-42ecd73fe8fe) **What happened instead:** Default value is set back into the input immediately. The user unable to clear default...

needs more info

**What you were expecting:** When I click to expand a row in a datagrid, only that row should expand. **What happened instead:** If I have multiple expandable datagrids on the...

enhancement

**What you were expecting:** To be able to run the command ``` npx jscodeshift ./src/ \ --extensions=ts,tsx \ --parser=tsx \ --transform=./node_modules/ra-core/codemods/replace-Admin-history.ts ``` As described in the [upgrade guide](https://github.com/marmelab/react-admin/blob/next/docs/Upgrade.md#codemod-1). **What happened...

bug
v5

I got an error when using the component Menu.Item of react admin. It seems that all the properties are missing. Therefore I can't build my app without adding all the...

bug

**What you were expecting:** I expected that the `onBlur` event handler on NumberInput component would receive an event as an argument. **What happened instead:** The function provided to the `onBlur`...

**What you were expecting:** After updating my version of react-admin (granted I was a bit behind) I started getting errors with editing resources. It appears that at some point there...

documentation

**What you were expecting:** Expected item to stay in the displayed selection after choosing the item (from search). **What happened instead:** Selected item is removed from the list very quickly....

needs more info