You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use size="small" and :disabled="test === 1" in select component , if variable test value change in the Promise or setTimeout function, size="small" will be useless.
Element UI version
2.8.2
OS/Browsers version
window7/Chrome
Vue version
2.6.10
Reproduction Link
https://codepen.io/anon/pen/PvxQKw?&editable=true
Steps to reproduce
Add the parent node p to the select component, give it the lineHeight attribute of 50px, and then modify the disable attribute of the select,
What is Expected?
Select height unchanged
What is actually happening?
you will find that the height of the select has changed to 50px,
The text was updated successfully, but these errors were encountered: