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
**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...
**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...
**What you were expecting:** Ability to clear default value from ``  **What happened instead:** Default value is set back into the input immediately. The user unable to clear default...
**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...
**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...
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...
**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...
**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....