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:** 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}...
**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...
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
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...
**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  And if I...
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...
**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...
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...