Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
Combobox item tooltip
Hi,
Is it possible to add a tooltip (description) on each combobox item?
I take the example of the Table Component which has a ItemDescriptionGenerator to set tooltips.
Thx
Last updated on
According to my understanding this fucntionality is not built in combobox and adding one would be complex thing to do. Instead I would enumrate options to implement the functionality by using other components. As you say, it is in Table, so you could use Table in popup (e.g. with PopupButton add-on).
Last updated on
You cannot reply to this thread.