Jean-Baptiste Kaiser

Results 132 comments of Jean-Baptiste Kaiser

Hi! I think that using `useFieldArray` yourself somehow conflicts with the control declared by react-admin inside the ArrayInput. I don't think that what you're trying to do is documented, but...

Hi @ZachSelindh Sorry for the delay of my answer. To me, this use case is, unfortunately, not really supported by RA officially. The `add` function exposed by `useSimpleFormIterator` was more...

@braco no it is not. We have made a (big) first step into adding this kind of feature back in react-admin (although in a different way) with this PR: https://github.com/marmelab/react-admin/pull/8145...

Hi, Thank you for submitting this. This does not really seems like a bug to me but rather a feature request. If I'm understanding this correctly the point is to...

Hi! I reproduced the issue, thanks! Regarding the Save Button's enabled state, I believe setting `alwaysEnable` to `true` is the simplest solution you can have, and it doesn't seem that...

Don't think it's handled by another issue. I'll reopen it.

Hi! I'm not sure about this one. Isn't it a good thing to get a warning for this case? It might be an unwanted mistake that the developer would be...

Thank you for your answer. I haven't tested it, but I'd say you probably can use the ChoicesContext provided by ReferenceInput (with [useChoicesContext](https://marmelab.com/react-admin/useChoicesContext.html)) to access the available choices and check...

Indeed this is a good question. I agree it would be nice to enforce the selected value being one of the choices at least at submission time. I'll reopen this...

@newfylox I'm not entirely sure this is related. Could you open a new issue with a reproduction case so that we can investigate on this? Thanks