shadcn-multi-select-component
shadcn-multi-select-component copied to clipboard
Fix: Scrolling Issue in Popover with Large Lists
This PR resolves an issue where scrolling or touch gestures within the PopoverContent were not functioning correctly for large lists. Stopping the wheel event propagation on the PopoverContent resolves the issue.