python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to override the TextInput from React-Admin
I only want to override the specific fields. Setting the custom theme will override the other fields too.
Tried using useStyles but didn't work and tried using direct style props but that also didn't ...
Akhil Rana
Votes: 0
Answers: 1
Missing api-prefix in request from ReferenceArrayInput
I try to use the ReferenceArrayInput-element from react-admin to edit a OneToMany relationship.
The options for the multi-select input are loaded corectly but the selection isn't.
For some reason, rea...
71m024
Votes: 0
Answers: 1
How do I add a "base URL" to all react-admin pages?
I am trying to integrate react-admin into an existing react app and am able to get the basic starter pages up and running , however, after adding a dummy resource and clicking on it in the UI, I am re...

MoralCode
Votes: 0
Answers: 1
How to add filter for getMany() when using ReferenceArrayInput?
I'm using ReferenceArrayInput React Admin.
However, there is issue for me when I selected item from suggestion items that is returned from API getList(). ex:/product?region_id="VN".
Then Rea...
TanLuan
Votes: 0
Answers: 0