If list is large, the scrolling does not work. I have to use scrollbar to scroll, natural scrolling with touchpad dont work
<MultiSelect
modalPopover
options={new Array(100).fill(1).map((_, i) => ({
label: i.toString(),
value: i.toString(),
}))}
onValueChange={console.log}
/>