diff --git a/components/select/index.tsx b/components/select/index.tsx index d77100df9..ed5027c4e 100644 --- a/components/select/index.tsx +++ b/components/select/index.tsx @@ -142,6 +142,7 @@ const Select = defineComponent({ getPopupContainer, disabled, select, + dropdownMatchSelectWidth: configDropdownMatchSelectWidth, } = useConfigInject('select', props); const { compactSize, compactItemClassnames } = useCompactItemContext(prefixCls, direction); const mergedSize = computed(() => compactSize.value || contextSize.value); @@ -266,9 +267,9 @@ const Select = defineComponent({