Hello,
An AbstractTextField or AbstractSelect has a method setRequiredError(String requiredMessage).
This is used to display a tooltip on mouseover. By default, the tooltip is displayed bellow the cursor and to the right.
Does AbstractTextField or AbstractSelect have a method for displaying the tooltip on another position, like above the cursor?
Thank you!