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, 2 weeks ago
Components inside OptionGroup?
Hi,
I would like to know, if its possible to have components inside a optiongroup similar to having components inside a table. Please explain how, if it is possible.
Thanks.
Last updated on
Unfortunately it's not possible. OptionGroup is rendered on the client-side only as checkboxes or radio buttons depending on whether it's in single-select or multi-select mode. Options can have an icon and text or html caption.
Last updated on
You cannot reply to this thread.