kendo-react
kendo-react copied to clipboard
[Bug][ToolTip] Removing the title text does not remove the tooltip
I'm submitting a...
- Bug report
Current behavior
For an element that is wrapped by the ToolTip component, removing the title text of the element does not remove the tooltip. However, changing the title text with another string works. This issue appears if the text is set to null or undefined.
Expected behavior
Removing or the title also removed the tooltip.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/react-hngicw-fvqbyj?file=app%2Fmain.tsx
- Hover the "this" text and this shows a tooltip as expected
- Click the Remove ToolTip button
- Hover the "this" text again, the tooltip shows again even though the title is set to undefined.
Reported in Ticket ID: 1636904