jmix 2.3.1
I like using the title
attribute on text fields and buttons to provide the user with a tooltip on hover that helps explain the purpose.
I do not see title
available on the checkbox component. Should there be?
Thanks!
jmix 2.3.1
I like using the title
attribute on text fields and buttons to provide the user with a tooltip on hover that helps explain the purpose.
I do not see title
available on the checkbox component. Should there be?
Thanks!
Hi,
Vaadin doesn’t provide the title
attribute for the Checkbox
component, nor do we.
Checkbox
as other components support Tooltip, e.g.:
<checkbox>
<tooltip text="Tooltip text"/>
</checkbox>
Regards,
Gleb