Have you tested this component inside of a CustomField or Composite? I am e

Have you tested this component inside of a CustomField or Composite? I am experiencing different client side errors trying to use it in both.

Also, is there a way to customize the CSS? Is there a way to make it look more like a bubble?

Seems immature…same as the GridPro component.

I don’t know if it has been tested in a CustomField or Composite, at least the demo doesn’t include any example.

For the CSS customization, you can use themeFor like a Vaadin component and change the default CSS.
The position is done automatically in Javascript, so you might fight with the position of the pointer since it can change depending of the space/size of the tooltip.

  1. May I suggest that you enhance the demo to include it use in a CustomField and include this new custom field in a dialog (something that closes).

I’ve added a ticket here: https://github.com/vaadin-component-factory/tooltip/issues/15