Maycon Oliveira

Results 7 comments of Maycon Oliveira

> Did you get anywhere with this? Nope, had no luck at all with it, I decided to migrate to [react-aria's useComboBox](https://react-spectrum.adobe.com/react-aria/useComboBox.html) instead as anubra himself suggested [here](https://github.com/anubra266/choc-autocomplete/issues/147#issue-1243248868).

> I managed to get my example working. I figured that the `AutoCompleteGroup` didn't like a mixture of static elements and arrays of elements, so I combined the static element...

Any updates on this one? I'm facing this exact issue right now.

> Discussed with team, recommendation is that users shouldn't be using async loading + client side sorting. Task here is to add something in the docs to warn people away...

> The best thing to do is to sort on the server, and when the sort direction or column is changed on the client, the whole dataset should be replaced...

@snowystinger and @devongovett , yes, that certainly is an issue with client-side sorting the data if you're thinking about _the most relevant data for that sorting order_. But if the...

> Ok, so say you only sort the loaded data. Now you have 50 to 1. When the user scrolls down and loads more data, what should happen? Would you...