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:** Using the `AutocompleteInput` component with `onCreate` function, `autoSelect` and `autoHighlight`. I expect that when the user clicks on an option, that option will be selected and...
The dependency installation never manages to store cache. See e.g. https://github.com/marmelab/react-admin/actions/runs/8945903962/job/24575813530 ``` saving npm cache failed with Error: Path Validation Error: Path(s) specified in the action for caching do(es) not...
## Problem I had to enable choice creation in an AutocompleteInput. I followed the docs and I didn't manage to do it. I had to dig down the code. ##...
We want to estimate the things that break in react-admin when using React 19 (currently in Release Candidate). Depending on the React 19 release date, we may even make it...
Enhance SelectInput to return the selected choice onChange to set state on Wizard form review step
**Is your feature request related to a problem? Please describe.** When using the select input we sometimes need to make a decision or add optionText as a display value. Specifically...
Hello there, we stumbled upon the fact that your typing of **source** property on `*Field` components uses `hotscript` types like so: `Call` (added here: https://github.com/marmelab/react-admin/pull/8863) We were wondering why that...