You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What you were expecting:
When creating a RadioButtonGroupInput using a react element for the choices, I expect that the rendered inputs will have unique ids
What happened instead:
Instead the rendered inputs will end up with the same id
What you were expecting:
When creating a
RadioButtonGroupInput
using a react element for the choices, I expect that the rendered inputs will have unique idsWhat happened instead:
Instead the rendered inputs will end up with the same id
Steps to reproduce:
Create
RadioButtonGroupInput
as per https://marmelab.com/react-admin/Inputs.html#radiobuttongroupinput using a React element:Check ids for radio inputs in rendered html. They're all
gender_[object Object]
Proposed fix:
Change
react-admin/packages/ra-ui-materialui/src/input/RadioButtonGroupInputItem.tsx
Line 29 in ae64892
The text was updated successfully, but these errors were encountered: