Tooltips - New teleportTo attribute
-
Add
teleportTotooltip config attribute, (default:'body'), which fixes tooltips not visible when a component is included inside a<dialog>element. In such a scenario, it is now possible to setteleportToto the id of the dialog, so that the tooltip component is appended to it instead of the body. Set the value ofteleportTousing a selector (for example "#myDialogId"). -
Updated config, all config...tooltip:
tooltip: {
teleportTo: 'body', // new
}For VueUiQuickchart:
config.tooltipTeleportTo: 'body'