From a71e0c83b2141040a8676acef558db305654a0e9 Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Wed, 10 Jul 2024 16:07:34 +0200 Subject: [PATCH] CustomSelectContorlV2: do not flip if legacy adapter --- .../components/src/custom-select-control-v2/custom-select.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/components/src/custom-select-control-v2/custom-select.tsx b/packages/components/src/custom-select-control-v2/custom-select.tsx index 42fada7d7554aa..e925038812fa73 100644 --- a/packages/components/src/custom-select-control-v2/custom-select.tsx +++ b/packages/components/src/custom-select-control-v2/custom-select.tsx @@ -145,6 +145,8 @@ function _CustomSelect( sameWidth slide={ false } onKeyDown={ onSelectPopoverKeyDown } + // Match legacy behavior + flip={ ! isLegacy } > { children }