Skip to content

Commit

Permalink
CustomSelectContorlV2: do not flip if legacy adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 10, 2024
1 parent 6b53293 commit a71e0c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ function _CustomSelect(
sameWidth
slide={ false }
onKeyDown={ onSelectPopoverKeyDown }
// Match legacy behavior
flip={ ! isLegacy }
>
<CustomSelectContext.Provider value={ contextValue }>
{ children }
Expand Down

0 comments on commit a71e0c8

Please sign in to comment.