Skip to content

Commit

Permalink
fix: select click issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-96 committed Apr 19, 2022
1 parent e9ae1f9 commit ea38f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Example = () => {

return (
<Center>
<Box w="3/4" maxW="300">
<Box maxW="300">
<Select
selectedValue={service}
minWidth="200"
Expand Down
1 change: 1 addition & 0 deletions src/components/primitives/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const Select = (
editable={false}
focusable={false}
isDisabled={isDisabled}
pointerEvents="none"
/>
);

Expand Down

0 comments on commit ea38f62

Please sign in to comment.