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:** The emptyValue is sent when the empty option is selected in a SelectInput. **What happened instead:** An empty string is sent. **Steps to reproduce:** Add emptyValue={null}...

needs more info

**What you were expecting:** Using react-hook-form's append() method from the useFieldArray hook should, when it properly updates form state with new line values, also update the ArrayInput / SimpleFormIterator to...

After updating react-admin v4 added SavedQueriesList functionality. This functionality is very valid for some cases, but I don't think that all areas of an application would be interesting to have...

needs more info

https://user-images.githubusercontent.com/18294269/183964527-2ad36d8a-129a-47b9-97c6-67176b425b9c.mp4 - [ ] Add types - [ ] See for export component in story file - [ ] Use story component for unit test

WIP

How to Reproduce: I have an AutocompleteInput Component and the option I am going to select is not in the pre-loaded options list, i.e. it is on the second page...

needs more info

**What you were expecting:** `label` in `` seems not working properly. I'm using version 4.1.1 **What happened instead:** **Steps to reproduce:** My code ``` ``` result ![image](https://user-images.githubusercontent.com/25228647/174839883-06b44e54-5d45-432d-b9d7-b5808db80de0.png) And if I...

documentation

Fixes https://github.com/marmelab/react-admin/issues/7986

## Bug The main issue that I am facing with RA4 is that having an array input with any kind of input in the edit view if I change the...

needs more info

**What you were expecting:** I have 2 lists for the same resource. One list is accessible from the main menu and shows all datasets with a rows per page set...

enhancement

After upgrading to @mui/material version 5.9.3. I'm getting a type-error on my custom theme. Apparently the sx property of MuiAlert is incompatible. Would it be possible to upgrade react-admin to...

needs more info