Using RQ with MultipleSelector component in Async
I am using this component and it's set up like this currently...
So:
1. User enters a search term in the
2. The change in
3. The memo'd
4. The
However, by using
So:
1. User enters a search term in the
<MultiSelect>, which changes the SearchTerm state variable2. The change in
SearchTerm triggers RQ, which queries for a list of Items3. The memo'd
itemOptions are calculated4. The
<MultiSelect> updates with the latest options to select fromHowever, by using
onSearchSync, there's no loading indicator displayed. I'm dont understand how to use both RQ (for caching) and this component in its async config.shadcn/ui expansions collect lots of useful components which shadcn/ui does not have out of box. All the components are base on shadcn/ui. Just copy and paste. The component is yours.