Hi,
It would be nice if we could have the option to have speedDial actions buttons always show their tooltip. As it is, it's impossible to see the tooltip on mobile because of the mouseover requirements.
Thanks
As it is, it's impossible to see the tooltip on mobile because of the mouseover requirements.
While technically not true (you can press and hold to see the tooltip), it's neither intuitive nor convenient, and showing all the tooltips on mobile is a common pattern. Do you want to work on it?
@mbrookes I just created a pull request, it is my first ever so please be easy on me! :)
I do have one issue though with the Tooltip when making it open as default, it seems that the tooltip position is not totally correct. Maybe you can pinpoint me where I should look at to fix this small issue
My pull request is #11103
Implemented by @hashwin in #12590 and released in @material-ui/[email protected].
Most helpful comment
@mbrookes I just created a pull request, it is my first ever so please be easy on me! :)
I do have one issue though with the Tooltip when making it open as default, it seems that the tooltip position is not totally correct. Maybe you can pinpoint me where I should look at to fix this small issue
My pull request is #11103