As of now, the Tooltip is appended to all static elements that have a Tooltip target. However, when we dynamically create a new element with a Tooltip target, the Tooltip does not recognize it and is not appended. Once we refresh the tooltip, it is then appended to the dynamic element as well.
So, we need to p
rovide support for displaying the Tooltip for the dynamically created element that has the Tooltip target without calling manual refresh.