Open yan1989 opened 4 years ago
Translation of this issue:
2.13.0
Win10
2.6.9
When the input component is password and: Disabled = true ', the font color of the front and back elements, including the password element, is not gray
< El form item label = "user name:" > When isconnected is true, the color status of the user name and password does not change, that is to say, they do not change to gray
Element becomes disabled (gray)
Element state unchanged
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Element UI version
2.13.0
OS/Browsers version
win10
Vue version
2.6.9
Reproduction Link
https://codepen.io/pen
Steps to reproduce
当input组件为password,:disabled='true'的时候,前后元素包括password元素字体颜色不为灰色
What is Expected?
元素变为禁用状态(灰色)
What is actually happening?
元素状态未改变