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:** When my API returns `null` as the value for a ``, it should not lead to any warnings. **What happened instead:** When a record is returned...
**Is your feature request related to a problem? Please describe.** When selecting options from the `AutocompleteArrayInput` component, as with a `SelectArrayInput`, I may want to select multiple options at once...
**What you were expecting:** No MUI errors when using ReferenceInputs **What happened instead:** When SelectInput is used as a child of ReferenceInput, and setValue or defaultValues falls outside the possible...
When using `react-admin` V3, we had a hook on the `handleSubmit`. Now that it's removed in V4, I can't figure how to use server-side validation and `` component together. Should...
**Is your feature request related to a problem? Please describe.** React admin offers components to display/edit dates and datetimes ([``](https://marmelab.com/react-admin/doc/4.2/DateField.html ), [``](https://marmelab.com/react-admin/doc/4.2/DateInput.html ), [``](https://marmelab.com/react-admin/doc/4.2/DateTimeInput.html )), but nothing for time. **Describe...
**Is your feature request related to a problem? Please describe.** The format of the input DateInput is not the default for many countries (like Brazil, it would be DD/MM/YYY) and...
**What you were expecting:** `AutocompleteArrayInput` should not close after selection when `disableCloseOnSelect` is `true`. **What happened instead:** It closes after each selection. **Steps to reproduce:** **Related code:** [Codesandbox](https://codesandbox.io/s/silly-visvesvaraya-wjg345?file=/src/posts/PostCreate.tsx) (Categories field...
**Is your feature request related to a problem? Please describe.** I have a FeathersJS application that allows to define a PUT and a PATCH method handlers per service. I define...
**What you were expecting:** Fetch data with useQuery from inside Edit/Create components and correctly receive data. **What happened instead:** useQuery returns an error after save: `error TypeError: Cannot read properties...
**What you were expecting:** I want to be able to use `variant` on `RichTextInput` in order to have a coherent style with other inputs. **What happened instead:** Use of `variant`...