How to create a multi-select control for resources with Antd?
I'm trying to build a select list which it can select multiple related resources (with Strapi v4 relation). However I found that useList can only select one item. Is there any way to make it select multiple resources?
https://refine.dev/docs/api-reference/core/hooks/data/useList/
https://refine.dev/docs/api-reference/core/hooks/data/useList/
useList data hook from refine is a modified version of react-query's useQuery for retrieving items from a resource with pagination, search, sort, and filter configurations.

