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:** When creating a new option on-the-fly using ``, the selected option should be the new option. **What happened instead:** The selected option switches to "Create XXX"...

bug

**What you were expecting:** I was expecting that `ra-graphql-data-simple` would accept the GraphQL schema generated by [marmelab/json-graphql-server](https://github.com/marmelab/json-graphql-server) as is stated in [the README](https://github.com/marmelab/react-admin/blob/master/packages/ra-data-graphql-simple/README.md#expected-graphql-schema) **What happened instead:** The schema `ra-graphql-data-simple` expects...

**What you were expecting:** When adding validation to the date input (like ensuring the date is in the past/future), I would expect it to display the correct helper text underneath...

**What you were expecting:** DateInput to always have the value sent to the validation function exactly as it displays on the component **What happened instead:** see below **Steps to reproduce:**...

I have a REST API endpoint `GET /v1/runs` returning paginated list of `Run` objects, which has mandatory query params `since` (datetime) and `search_query` (text with minimal length). If I call...

**What you were expecting:** Opening the v4 issue template I would expect a sample application to start up **What happened instead:** A blank white screen. ![image](https://github.com/user-attachments/assets/43e299ee-4b55-4f86-9fca-c9c56688ab56) **Steps to reproduce:** Navigate...

dependencies

**What you were expecting:** The "UNDO" (cancel action) functionality is not working correctly. The issue caused by the so called undoableEventEmitter. This event emitter emits only the "end" event without...

When I have one or more items selected in the ReferenceArrayInput & I perform a new search in the AutocompleteArrayInput, the selected items are cleared out of the ReferenceArrayInput. ![Image](https://github.com/user-attachments/assets/9d85980a-3d3b-499d-a227-f6e6262933b1)...

needs more info

## Problem Fixes #10194 ## Solution None yet ## How To Test Open the http://localhost:9010/?path=/story/ra-ui-materialui-input-arrayinput--with-should-unregister story ## Additional Checks - [x] The PR targets `master` for a bugfix, or `next`...

WIP

**What you were expecting:** In an EditForm with an ArrayInput all input fields show the given record values. This also holds for conditionally rendered field values if the condition is...