Jonte Päivärinne
Jonte Päivärinne
Bug issued per request from @alvarezguille.
I believe I can assist with this, assuming we're referring to the TopNav variant in Reindeer+. As Jouni mentioned, I think we can resolve it with CSS.
> radioButton.clear(); > radioButton.setSelectedItem(null); This need has come up a lot. +1. > (Or double clicking a radio button should deselect it). Never seen this before, not sure we wanna...
> ...for our Java audience, we should provide a Badge class... 100%! This is one of many implementations I've done over the years: https://github.com/anezthes/vaadinplus/blob/main/src/main/java/com/example/application/components/Badge.java https://github.com/anezthes/vaadinplus/blob/main/src/main/java/com/example/application/utilities/BadgeVariant.java Does the job for the...