Jean-Baptiste Kaiser
Jean-Baptiste Kaiser
Thanks @christiaanwesterbeek for this feedback. Still, I don't really see a good reason why the `List`'s `empty` element would not be displayed when there are active filters. Hence I'll keep...
Reproduced, thanks
Indeed! I tried to make sure the `format` and `parse` props were not causing the re-render by moving them to a `const`, but the issue is still there. The issue...
Here are my 2 cents for this issue. I found this great video explaining the process, unfortunately it's in French 😁 . I figured it might be useful to some,...
Thank you for opening this issue. Indeed, currently the expand controller uses a Store key built only with the resource: `` `${resource}.datagrid.expanded` ``. There is currently no way to override...
If I understand correctly, with the same version of react-admin, the issue is **present** with **react-hook-form 7.51.5**, and **absent** with **react-hook-form 7.49.3**. Is that correct? This would tend to indicate...
I noticed the same thing on my Steamlink with Kodi Krypton 17.6. I can confirm this does not happen on my Windows desktop installation of Kodi (same version). It's really...
This problem is Steamlink related (not Kodi) and is well described here: https://steamcommunity.com/app/353380/discussions/0/1710690176751438010/ Actually there is no need to set up SSH to fix this issue, you can simply set...
Thank you for your report. I'm not sure I understand exactly what the issue is. To me, the fact that the selected option disappears from the list after a click...
Thanks for the additional information. I've narrowed it down to the `autoSelect` and `onCreate` props being used together, which cause this issue. Removing one or the other fixes the issue....