github graphieros/vue-data-ui v3.9.21

latest release: v3.9.22
one day ago

Tooltips - New teleportTo attribute

  • Add teleportTo tooltip 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 set teleportTo to the id of the dialog, so that the tooltip component is appended to it instead of the body. Set the value of teleportTo using a selector (for example "#myDialogId").

  • Updated config, all config...tooltip:

tooltip: {
  teleportTo: 'body', // new
}

For VueUiQuickchart:

config.tooltipTeleportTo: 'body'

Docs are up to date

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.