vbenjs / vue-vben-admin

A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!

Home Page:https://vben.vvbin.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select 组件 为多选时,选择框的模糊输入字符不显示。"ant-design-vue": "^4.2.2",

boblk570 opened this issue · comments

⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭

"ant-design-vue": "^4.2.2", 版本出现的bug

描述 Bug

"ant-design-vue": "^4.2.2", Select 组件 为多选时,mode: 'multiple', 选择框的模糊输入字符不显示。
"ant-design-vue": "^4.0.8", Select 组件 多选正常
请清晰地描述此 Bug 的具体表现。

复现 Bug

系统信息

  • 操作系统: mac mini
  • Node 版本: v20.8.1
  • pnpm 版本: 8.14.0

{
field: 'channelId',
label: '推广渠道:',
component: 'Select',
colProps: {
span: 6,
offset: 1,
},
defaultValue: [],
componentProps: {
allowClear: false,
showSearch: true,
mode: 'multiple',
filterOption: filterOptionByFuzzy,
maxTagCount: 1,
},
},
Snipaste_2024-06-07_21-15-35
Snipaste_2024-06-07_21-16-58

ant-design-vue 4.2.3 已经解决了。不用麻烦了,谢谢