leluna

Results 15 comments of leluna

The use case with "no selection" applies to all kind of data types, not only to Booleans or enums. What you suggest is basically that radio button goup can generally...

What I did now as a workaround is to wrap everything in a Optional in a converter for radio button groups, and change all text renders accordingly.... This does not...

For clarification: this behaviour is not new in 24.1.0, but also exists with 23.3.12

This is still occuring with 24.5.8. We are calling UI.getCurrent().getInternals().clearLastHandledNavigation() in all views which I'd love to remove :)

This behavior only occurs if vaadin.react.enable is set to false. This is caused by the fact that in `BeforeLeaveEvent#proceed`, `clearLastHandledNavigation` is only called if react is enabled (https://github.com/vaadin/flow/blob/bc78ab705d3bd7b6c805149fbac8a7eaea008d62/flow-server/src/main/java/com/vaadin/flow/router/BeforeLeaveEvent.java#L101) Just for...