Jean-Baptiste Kaiser

Results 132 comments of Jean-Baptiste Kaiser

Please follow issue template and provide a reproduction sandbox

Actually for my peace of mind I tried out on our simple example, but couldn't reproduce your issue. If ever, after completing the tutorial, you're still having this issue, then...

Regarding your 2 suggestions: - inverting these two sections in the tutorial would break the logic of first presenting the Field components, then the Input components. I think it would...

This is really a massive work you started here! This was not in our top priorities at the moment, so I don't know when we will have time to review...

FYI we do use warnWhenUnsavedChanges in our examples, and especially in the simple example which is the one we encourage you to fork on codesandbox to provide a reproduction case....

Thanks for this report. Actually I think it's rather a documentation issue. Indeed since https://github.com/marmelab/react-admin/pull/8011 , we now use the recordRepresentation as default when no optionText is provided. And this...

@fzaninotto I'm OK with the BC: let's not change the code. However I disagree regarding the docs. Currently they say that the default value for `AutocompleteInput`'s `optionText` is "name", but...

> Please tell me where the textInput component is because I can't find it. If possible the file where I have to make the modification @winniecarole Sorry I do not...

Hi, and thank you for submitting this. This is a limitation of react-hook-form's `useFieldArray`. Indeed if you take a look at this code sandbox, I have the same problem using...

Okay so actually, this problem seems to have been solved as of react-hook-form v7.29.0 (although I can't find evidence in the changelog). We currently are on version 7.27.0, so maybe...