fix: Dropdown not auto adjust placement, close #5391
parent
2feab99b89
commit
e7fb72ce90
|
@ -136,6 +136,7 @@ const Dropdown = defineComponent({
|
||||||
|
|
||||||
const builtinPlacements = getPlacements({
|
const builtinPlacements = getPlacements({
|
||||||
arrowPointAtCenter: typeof arrow === 'object' && arrow.pointAtCenter,
|
arrowPointAtCenter: typeof arrow === 'object' && arrow.pointAtCenter,
|
||||||
|
autoAdjustOverflow: true,
|
||||||
});
|
});
|
||||||
const dropdownProps = omit(
|
const dropdownProps = omit(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue