Skip to content

Commit

Permalink
Add options to hide data present in option in trigger (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
vineethasok authored Sep 28, 2023
1 parent 95af900 commit ddbbc68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Select/common/SelectStyled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ export const StyledSelectTrigger = styled(Trigger)<{ $error: boolean }>`
cursor: not-allowed;
}
`}
[data-hide-in-trigger] {
display: none;
}
`;

export const SelectPopoverContent = styled(Content)`
Expand Down

1 comment on commit ddbbc68

@vercel
Copy link

@vercel vercel bot commented on ddbbc68 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

click-ui – ./

click-ui-clickhouse.vercel.app
click-ui-git-main-clickhouse.vercel.app
click-ui.vercel.app

Please sign in to comment.