From 53a6c07f08b12d9eed709b4264c4c0b8bbacf834 Mon Sep 17 00:00:00 2001 From: lary Date: Wed, 3 Sep 2025 19:08:45 +0800 Subject: [PATCH] fix(select.tsx): transmit __selectScope to PopperContent the attrs below (...contentProps), lost '__selectScope' --- packages/react/select/src/select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/select/src/select.tsx b/packages/react/select/src/select.tsx index 042a0f333..b9e0aa1f7 100644 --- a/packages/react/select/src/select.tsx +++ b/packages/react/select/src/select.tsx @@ -536,8 +536,8 @@ const Slot = createSlot('SelectContent.RemoveScroll'); const SelectContentImpl = React.forwardRef( (props: ScopedProps, forwardedRef) => { + const { __scopeSelect } = props const { - __scopeSelect, position = 'item-aligned', onCloseAutoFocus, onEscapeKeyDown,