2.0.5
MaC OS/Chrome
2.5.9
https://jsfiddle.net/mmx38qxw/48/
Add an <el-tooltip>
for an <el-button>
that is disabled.
The tooltip of the disabled button gets shown
The tooltip does not get shown
https://jsfiddle.net/mmx38qxw/49/
wrap the <el-button>
with a meaningless <span>
Thanks for the hard work. My team and I are really enjoying Element so far.
Unfortunately the workaround doesn't work well for disabled buttons inside an <el-button-group>
. Are there any plans to support this scenario?
Hi @jessefalzone,
yes, there you need extra CSS and adding el-button
to the wrapping span to make that work: https://jsfiddle.net/mmx38qxw/180/
Maybe a new element <el-button-group-item>
that can be part of a <el-button-group>
but can hold other stuff besides <el-button>
would be a good addition to Element.
Most helpful comment
Hi @jessefalzone,
yes, there you need extra CSS and adding
el-button
to the wrapping span to make that work: https://jsfiddle.net/mmx38qxw/180/Maybe a new element
<el-button-group-item>
that can be part of a<el-button-group>
but can hold other stuff besides<el-button>
would be a good addition to Element.