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.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Radio buttons are not shown in IE
We are trying to cope with the problem of showing radio buttons in IE. In firefox and chrome everything goes ok, but in IE radio buttons are not shown. I thought it was an matter of v-disabled property, but as it has found out there are no any generated divs with radio buttons in IE at all. Who have met with such behaviour of Vaadin? Any ideas what goes wrong? I would very appreciate any sensible reply.
Hi!
Is this behaviour limited to some theme? Try at least with @Theme("valo") and @Theme("reindeer") to see if there's any difference.