iview [Bug Report]select width filterable will affect another input's placeholder in IE

new9mtju  于 2022-10-22  发布在  其他
关注(0)|答案(1)|浏览(204)

Environment

IE11

https://run.iviewui.com/d2ZisGQz

Steps to reproduce

1.one select component width property: filterable = true, another input width placeholder,and its value can be any

2.select on of zhe option of zhe Select

3.click zhe input box to focus on it

4.input some value into zhe input box

5,you will find zhe value type in just now become placeholder on zhe input

1.一个select框filterable 为 true 另一个input框带placeholder

2.选中select框的一个option

3.点击input框聚焦到输入框内

4.输入一些值

5.会发现输入的值进入到了input的placeholder中

What is expected?

输入的值不要到placeholder

What is actually happening?

输入的值进入到了input的placeholder中

相关问题