-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.scope: tooltipChanges related to the tooltip.Changes related to the tooltip.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior 🤔
Using a Tooltip component with disableHoverListener around a TextField component should display the tooltip on focus
Current Behavior 😯
No tooltip is displayed
Steps to Reproduce 🕹
Link: https://codesandbox.io/s/ooywx0xlq9
- Click on the TextField, nothing is displayed.
Testing anywhere the following code sample is enough to reproduce :
<Tooltip title="TestTooltip" disableHoverListener>
<TextField label="TestTooltip" />
</Tooltip>Context 🔦
Display hints for user entering their data.
This used to work, and, after trying a few versions, appears to be broken starting v3.1.1
Your Environment 🌎
| Tech | Version |
|---|---|
| Material-UI | v3.9.2 |
| React | 16.6.3 |
| Browser | Firefox 66b, Chromium 71 |
As always, thanks for the great project 🙂
oliviertassinari
Metadata
Metadata
Assignees
Labels
good first issueGreat for first contributions. Enable to learn the contribution process.Great for first contributions. Enable to learn the contribution process.scope: tooltipChanges related to the tooltip.Changes related to the tooltip.type: bugIt doesn't behave as expected.It doesn't behave as expected.