Open ksamirdev opened 7 hours ago
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} />
This multiselect is inside Sheet component
If list is large, the scrolling does not work. I have to use scrollbar to scroll, natural scrolling with touchpad dont work