About 50 results
Open links in new tab
  1. Newest 'react-admin' Questions - Stack Overflow

    Apr 11, 2025 · [react-admin] Home page Documentation GitHub Repository Blog 🔌 Backend Agnostic: Connects to any API (REST or GraphQL, see the list of more than 45 adapters) 🧩 All The Building …

  2. reactjs - Controlled TextInput in React-Admin - Stack Overflow

    Feb 28, 2021 · Before my question is marked as duplicate, I want to clarify I know how to write a controlled input in vanilla/regular React. The issue I have now is that I expected to be able to do the …

  3. React Admin - overiding handleSubmit on SimpleForm

    Oct 2, 2020 · Here you're using React admin library which support normal admin features like add/edit/listing etc. With minimal effort you can create admin panel. So when you're focusing on …

  4. filter - react-admin ReferenceInput and Autocomplete not showing …

    Oct 22, 2022 · I followed a tutorial react-admin + loopback 4 and trying to filter a long list using a ReferenceInput + Autosuggestion as mentioned here the list of department show properly in the …

  5. specific ID in react-admin list - Stack Overflow

    Aug 10, 2022 · React-admin exposes a hook called useRecordContext that lets you access the record used by the current component. In a Datagrid, this lets you access the record of the row.

  6. Using react-i18next as a translation provider for React Admin

    I am trying to use react-i18next as a translation provider for react-admin. React-admin provides documentation on how to setup a custom translation provider. This was easy enough to follow and I cr...

  7. How to add a filter in react-admin List populated by unique values ...

    May 2, 2020 · How to add a filter in react-admin List populated by unique values within the list? Asked 5 years, 9 months ago Modified 5 years, 8 months ago Viewed 4k times

  8. How to add label to custom field component in react-admin

    Oct 3, 2022 · How to add label to custom field component in react-admin Asked 3 years, 4 months ago Modified 3 years, 4 months ago Viewed 2k times

  9. Using filter in a custom list in React Admin - Stack Overflow

    Jul 6, 2021 · If you want to filter local data with react-admin, you can look at the useReferenceArrayFieldController source in react-admin. It's a good example of how to implement …

  10. How is the correct way to have multiple dataProviders in react-admin?

    Oct 23, 2018 · The v3 docs state: In react-admin v2, Data Providers used to be functions, not objects. React-admin v3 can detect a legacy Data Provider and wrap an object around it. So Data Providers …