Open
Description
I was trying to render Tooltip and was not able to set portal container for it to render in.
For Modal component we have something like parentSelector={} prop.
For Tooltip that is using Dialog component then we don't have any prop or ability to define portal container.
i found only portalMount prop on Dialog, but it is not passing to it from Tooltip component.
Can you advice is it possible to render tooltip somewhere not to body, and how ? If not can you enhance Tooltip, so it will pass portalMount to Dialog ?