I want to display a floating bubble with online-help info when the user hovers the mouse pointer, like a tooltip seen on a button-tool-bar in other apps.
I know that we can pass an initial value when setting up a widget such as TextField. And I see on this Question that we can provide an initial prompt to the user, a placeholder until the user enters a value into that field. But I want to provide Help assistance whether or not the user has entered a value.
DescriptionpropertyVaadin 7
Call the getter/setter methods for a property on most widgets called Description:
getDescriptionandsetDescriptionVaadin 8
Call the getter/setter methods for a property on most widgets called Description:
getDescriptionandsetDescriptionSee the Sampler page for
TextField. The Description property is empty initially there. Click the gear icon, and enter text in theDescriptionfield and press Enter/Return. For example:Vaadin 10 (Vaadin Flow)
Vaadin Flow as of 10.0.1 lacks the hovering help feature. Such a feature is being considered.