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
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...
**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...
**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 *...
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...
Note: Only noticed on firefox. **What you were expecting:** I have a DateTimeInput field with a date `10/01/1985 10:20`:  I select the field and type "01". The date is...
For issue #8609 As requested I have added label to rowsPerPageOptions Referred to docs : https://mui.com/material-ui/api/table-pagination/ Screenshot:  Also at PR #9324 , it was asked by @djhi sir that...