mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 03:58:05 +08:00
fix: select dropdownRender not support slot #3098
This commit is contained in:
parent
c98e13d803
commit
1165b42dc2
@ -215,6 +215,7 @@ const Select = defineComponent({
|
||||
getPopupContainer={getPopupContainer || getContextPopupContainer}
|
||||
dropdownClassName={rcSelectRtlDropDownClassName}
|
||||
onChange={triggerChange}
|
||||
dropdownRender={selectProps.dropdownRender || this.$slots.dropdownRender}
|
||||
>
|
||||
{slots.default?.()}
|
||||
</RcSelect>
|
||||
|
Loading…
Reference in New Issue
Block a user