Transforming select to multi-select

Hey team,
Is there a way to make the select component support multi-select functionality, or do I need to build it myself using arrays and a custom component?

Hi @tomer_erez-ketzev

Unfortunately, select component doesn’t support multi-select functionality at the moment because React Aria select and combobox only support single selections.

Hey,
I just wanted to update that in the “ant design system” there is a multi-select functionality.

1 Like