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

Fixes #9155 --- This code was written and reviewed by GitStart Community. Growing great engineers, one PR at a time.

**What you were expecting:** I would expect that useWatch returns the default value of the field. **What happened instead:** useWatch returns undefined, untill I change the watched field. **Steps to...

help wanted

**What you were expecting:** Be able to specify component property of the `` component. **What happened instead:** Setting `` (which is acceptable for the React-Admin or MUI `` components) will...

TypeScript

**What you were expecting:** I want to have a root page, that's a List, to not require authentication. **What happened instead:** Page redirects to login. * React-admin version: 4.15.0 *...

documentation

Hello, i've an issue when I edit a record : If I delete an existing field value, save form and just after, modify another field and save form again, my...

Replaces #9309 and #9310 Main differences with previous merge requests are omitting the type field so we don’t need to rename .js file extensions to .cjs or .mjs Also adds...

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Add the ability to customize the create label, and also add some styling **Describe alternatives...

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** Can we add a property to customize the loading display of Datagrid like make it...

enhancement

Note: Only noticed on firefox. **What you were expecting:** I have a DateTimeInput field with a date `10/01/1985 10:20`: ![image](https://github.com/marmelab/react-admin/assets/560852/2414a8c9-826f-4f55-be8e-a87f08ed6283) I select the field and type "01". The date is...

bug

For issue #8609 As requested I have added label to rowsPerPageOptions Referred to docs : https://mui.com/material-ui/api/table-pagination/ Screenshot: ![image](https://github.com/marmelab/react-admin/assets/99895046/5271aeac-9dbe-49e7-aba0-dd6b765be815) Also at PR #9324 , it was asked by @djhi sir that...