Open
Description
Describe your motivation
Would be helpful to show an informative warning when someone creates a <vaadin-tooltip>
with none of for
, target
and slot
set.
For example, the following doesn't work because the tooltip is missing slot="tooltip"
:
<vaadin-button>
<vaadin-tooltip text="I'm a tooltip"></vaadin-tooltip>
</vaadin-button>