Antoine Fricker

Results 26 comments of Antoine Fricker

Thanks for submitting your idea. We are listening to any feedback about it and would gladly welcome a pull request! 😅

`useList` hook handles all the data processing (filtering, sorting, paginating) client-side. That can be pretty expansive on very large list. Could you consider using the `dataprovider` to handle this dataset?...

Thanks for the suggestion, this will be discussed with the team.

Feature has been implemented and merged in the minor version 4.3 due by August 26, 2022.

You should note the bug fix on your sandbox using the react-admin 4.2.7. Consequently, I'll close the issue.

Sorry for the delay. I just tested it in the storybook through `make storybook` and ran into a bug, I can not set the value of any `TimeInput` component with...

I understand it is at least surprising. Here is a screencast on Chrome on which I use `TimeInput` then `DateTimeInput`. I will try to get a closer look at it....

Hi Arnaud, We didn't forget your job but the holidays postponed our feedback. We are coming back to you as soon as we can.

IMHO `AutocompleteArrayInput` is suited for for the most common cases, adding more options to it would complicate an already quite bloated component. I tend to think that such a behaviour...