Tooltip not shown

Hi,

it seems that the stepper consists of two components. But neither shows a tooltip.

The following doesn’t work as expected:

IntStepper f = new IntStepper();
f.setImmediate(true);
f.setDescription(“hi”);

Not sure how vaadin generates tooltips anyway, so I don’t know where to look.

Stepper is not part of Vaadin core. It is an add-on. Therefore there might be things that work a bit differently compared to core Vaadin components. Give
feedback
to the developer of
Stepper
to add support for tooltips.