view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0

Home Page:https://www.iviewui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report]Cascader 组件同时设置 change-on-select 和 filterable 时,无法选中搜索后的结果

RJM1996 opened this issue · comments

commented

Environment

Mac chrome Vue 2.6.12

Reproduction link

https://codesandbox.io/s/smoosh-mountain-iuyeln?file=/src/App.vue:103-119

Steps to reproduce

在输入框搜索“苏州”,选择搜索出来的某一项

What is expected?

期望选中搜索后的那一项

What is actually happening?

无法选中搜索后的某一项


Cascader 组件同时设置 change-on-select 和 filterable 时,无法选中搜索后的结果。
4.4.0 4.5.0 4.7.0 都有这个问题