Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henck committed Dec 30, 2023
1 parent bdf8536 commit b585659
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/controls/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ const DropdownStyled = styled(DropdownBase)`
${p => p.fluid && css`width: 100%;`}
`;

/* Dropdown is merely a wrapper that allows us to add static
* members to Dropdown, which we cannot do for a Styled Component
* (in TypeScript). */

/**
* A `Dropdown` is a replacement for `<select>` (select). It opens upwards or
* downwards depending on its position in the viewport. Its selection and
Expand Down

0 comments on commit b585659

Please sign in to comment.