vbenjs / vue-vben-admin

A modern vue admin. It is based on Vue3, vite and TypeScript. It's fast!
https://vben.vvbin.cn/
MIT License
22.88k stars 6.24k forks source link

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

Open boblk570 opened 4 weeks ago

boblk570 commented 4 weeks ago

⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 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

系统信息

boblk570 commented 4 weeks ago

{ 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

boblk570 commented 3 weeks ago

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