view-design / ViewUI

A high quality UI Toolkit built on Vue.js 2.0
https://www.iviewui.com/
Other
2.65k stars 797 forks source link

[Bug Report]可输入组件在disabled下 icon 的 显示效果 和 点击行为 不一致 #952

Open Beiluola opened 3 years ago

Beiluola commented 3 years ago

Environment

和操作系统无关

Reproduction link

https://run.iviewui.com/nt29qbpb

Steps to reproduce

在重现链接里面

What is expected?

行为一致,最重要的是,AutoComplete组件在disabled下,点击icon不应该触发on-clear事件

What is actually happening?

AutoComplete组件在disabled下,icon可以点击,会触发on-clear事件 Input组件在disabled下,icon可以点击,不会触发事件 Select组件在disabled下,icon不可以点击,不会触发事件