ViewUIPlus
ViewUIPlus copied to clipboard
[Bug Report]select 组件 加入filterable属性。输入文字并没有显示过滤效果
Environment
[email protected]/[email protected]/[email protected] (64-bit)/[email protected]/
Reproduction link
https://run.iviewui.com/9N7nE0NW
Steps to reproduce
是同一份代码,没有修改过,vue的代码本机dev启动访问和build都是正常。浏览器控制台也不报错。 不知道什么时候开始,今天突然发现 select 组件 包含filterable,输入文字不能执行过滤效果。 select 的 multiple的属性是正常的。
https://run.iviewui.com/9N7nE0NW
我以为是我的代码出了问题,我就把 https://run.iviewui.com/9N7nE0NW 最基本的代码复制到我vue文件里,跑了一下,filterable一样不起作用。
一模一样的代码

我想问下会filterable不起作用是什么原因造成??
What is expected?
select 组件 包含filterable,输入文字, 只显示label关联的options

多选的情况过滤

What is actually happening?
select 组件 包含filterable,option没有过滤。

多选情况不过滤

+1,版本1.3.10有问题,我切到1.3.0就可以了
测了一下,从1.3.6开始,就都有这个问题,可以回退到1.3.5,然后不要用^,指定版本