awesome-element
awesome-element copied to clipboard
el-tooltip not working on disabled el-button
When el-button (only child) inside el-tooltip is disabled, el-tooltip won't show anything.
Is this normal/desired behavior?
I would like to show tooltip with information on why button is disabled, so el-tooltip need to be enabled only when el-button is disabled.
I have the same problem, any update on this?
bump
same issue
just use span to wrap disabled button
<span><el-button disabled></el-button></span>
just use span to wrap disabled button
<span><el-button disabled></el-button></span>
Thanks alot @sunchenguang. :heart:
Still happening with version 2.15.12
just use span to wrap disabled button
<span><el-button disabled></el-button></span>
That worked for me