leluna

Results 15 comments of leluna

I'm facing the same problem, but quite frequently. In my case, it is failing for `org.springframework.security.oauth2.jwt.JwtDecoderFactory` which comes from `spring-security-oauth2-jose 5.5.0`. ` I have a multi module project. The interesting...

@metlos Nothing.There is a dependency which is managed by the same bom as `spring-security-oauth2-jose` (both managed by the spring security bom), this are the only links I can find other...

@metlos Sorry for the very late response. Unfortunately, I couldn't reproduce this problem with a small project. We used to use parallel maven builds and suspected this may contribute the...

I would argue that multiple lines is rather rare with horizontally ordered radio buttons, which is the default. Thus, the default styling should primarily work nicely in this case. Maybe...

We implemented a workaround to focus the first item automatically, and our users love it

If I want to have all navigation events, I I would just use UI#navigate. Isn’t the whole point of the History class that it only pushes/replaces the state without firing...

We have the problem now, that setValue(null) clears the values. We want to display null as an explicit option when using radio buttons. However, clicking on the null value clears...

@knoobie May I ask why you gave it a thumbs down? Do you think that it should not be possible to select null in a radio button group? The only...

I totally agree that unselecting a single radio button is a unintuitive behavior. What is the alternative for Booleans though? Is it to 1. either not use radio button group...