flow
flow copied to clipboard
Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
### Description of the bug I created a simple `ValueSignal` to store a collection of items and initialized it with an empty set using the factory method with the default...
### Description of the bug When I change my browser language (e.g. through Chrome developer tools) and refresh the page, the translated text strings are not updated. If I log...
This is supported by Safari 16.4 and Firefox 101 and no longer needed. https://github.com/vaadin/flow/blob/main/flow-server/src/main/resources/com/vaadin/flow/server/frontend/dependencies/default/package.json#L7
### Description of the bug Hi folks, I am trying to create a simple example of vaadin and testcontainers, in this case using Redis and Spring Data Redis: https://github.com/salaboy/vaadin-demo For...
### Describe your motivation So far `ConnectionIndicator` from `@vaadin/common-frontend` is initialized in `Flow.js` (the one extracted from jar resources into `frontend/generated`). Also Hilla has been importing the same and initializing...
### Description of the bug When the postinstall script of the project itself fails, the frontend build as well as the devserver tasks silently ignore this failure. ### Expected behavior...
### Description of the bug When using `@PreserveOnRefresh` views with `@RouteScope`d beans, we encounter a problem when trying to go back to a valid state after an exception in `beforeEnter()`....
This fixes #21401 by providing a `SecurityContextHolderStrategy` bean as part of Spring Security auto-configuration and replaces static invocations of `SecurityContextHolder.getContext()` by using the strategy bean instead. - [x] Provide `SecurityContextHolderStrategy`...
### Describe your motivation In V24, a separate document.css could be used in a theme loaded into an exported component to load certain css into the document body instead of...
### Description DatePicker Vaadin version 24.7.5 has these visual states depending on the validation state if used with Binder, custom validators and a fallback parser at the DatePicker: 1. if...