Skip to content

Commit

Permalink
Dropdown: Always hide when reference hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
diyorbek committed Jun 11, 2024
1 parent 9250565 commit cd98e6c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-gestalt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-gestalt",
"version": "152.1.4-alpha.0",
"version": "152.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "ESLint rules for Pinterest's design language Gestalt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-charts",
"version": "152.1.4-alpha.0",
"version": "152.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "A React UI chart component which enforces Pinterest's design language",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-datepicker",
"version": "152.1.4-alpha.0",
"version": "152.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "A React UI datepicker component which enforces Pinterest's design language",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt-design-tokens",
"version": "152.1.4-alpha.0",
"version": "152.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "Design tokens style dictionary for Gestalt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gestalt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gestalt",
"version": "152.1.4-alpha.0",
"version": "152.1.4",
"license": "Apache-2.0",
"homepage": "https://gestalt.pinterest.systems/",
"description": "A set of React UI components which enforce Pinterest's design language",
Expand Down
1 change: 1 addition & 0 deletions packages/gestalt/src/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ export default function Dropdown({
anchor={anchor}
color="white"
disablePortal
hideWhenReferenceHidden
id={id}
idealDirection={idealDirection}
onDismiss={onDismiss}
Expand Down

0 comments on commit cd98e6c

Please sign in to comment.