diff --git a/README.md b/README.md index 1d2cafd..96a2b42 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ export const MultiSelect = React.forwardRef< {...props} onClick={handleTogglePopover} className={cn( - "flex w-full p-1 rounded-md border min-h-10 h-auto items-center justify-between bg-inherit hover:bg-inherit", + "flex w-full p-1 rounded-md border min-h-10 h-auto items-center justify-between bg-inherit hover:bg-inherit [&_svg]:pointer-events-auto", className )} > diff --git a/src/components/multi-select.tsx b/src/components/multi-select.tsx index a530138..ee5eeca 100644 --- a/src/components/multi-select.tsx +++ b/src/components/multi-select.tsx @@ -200,7 +200,7 @@ export const MultiSelect = React.forwardRef< {...props} onClick={handleTogglePopover} className={cn( - "flex w-full p-1 rounded-md border min-h-10 h-auto items-center justify-between bg-inherit hover:bg-inherit", + "flex w-full p-1 rounded-md border min-h-10 h-auto items-center justify-between bg-inherit hover:bg-inherit [&_svg]:pointer-events-auto", className )} >