ViewUIPlus icon indicating copy to clipboard operation
ViewUIPlus copied to clipboard

[Bug Report]select 组件 加入filterable属性。输入文字并没有显示过滤效果

Open jymr92 opened this issue 2 years ago • 2 comments

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一样不起作用。 一模一样的代码 image

我想问下会filterable不起作用是什么原因造成??

What is expected?

select 组件 包含filterable,输入文字, 只显示label关联的options image

多选的情况过滤 image

What is actually happening?

select 组件 包含filterable,option没有过滤。 image

多选情况不过滤 image

jymr92 avatar Apr 01 '23 07:04 jymr92

+1,版本1.3.10有问题,我切到1.3.0就可以了

ckdev123 avatar Apr 14 '23 02:04 ckdev123

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

walllbf avatar Apr 21 '23 07:04 walllbf