I am using the tooltip with com.vaadin.flow.component.textfield.TextField. All works fine if the field is enabled. Tip is not visible if the field is disabled.
Is ist possible to show the tip for disabled text fields?
Out of the box tippy does not support this kind of behavior.
The workaround proposed by the developer of tippyjs is to wrap the disabled element into another one which in turn registers a tooltip.