ArrayInput Input Values Sum in React Admin
I would like to sum the values of each input in my ArrayInput. Could someone tip me please?
React-Admin Authentication: Path /auth-callback not found when deployed to Azure Static Web App
I configured React-Admin Authentication using Microsoft Entra ID (formerly Azure AD) per the following tutorial,
Disable validation of reference on change
I have a reference input with a select input. When I change the selected value a request is triggered.
Function Field Not Rendering anything
I’m using react-admin v4 <FunctionField /> component to render a year that a review was created. the render function I’m supplying it is as follows:
Unit Testing Edit components and Create components result to error
and thumbs up for your great work!
How to migrate Responsive import in react-admin v4?
I have this import in my code that I want to migrate:
How to use react-admin with require?
I’m trying to make a CRUD system for XWiki objects and I’d like to use react-admin for it. Here’s how XWiki docs say we can integrate libraries into XWiki: How to integrate React and XWiki?. Or here’s an article for integrating javascript libraries in general: Integrating JavaScript Libraries.