We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98e13d commit 1165b42Copy full SHA for 1165b42
components/select/index.tsx
@@ -215,6 +215,7 @@ const Select = defineComponent({
215
getPopupContainer={getPopupContainer || getContextPopupContainer}
216
dropdownClassName={rcSelectRtlDropDownClassName}
217
onChange={triggerChange}
218
+ dropdownRender={selectProps.dropdownRender || this.$slots.dropdownRender}
219
>
220
{slots.default?.()}
221
</RcSelect>
0 commit comments