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 The `lang` attribute on the `html` tag is always set with the default language tag (the first in the the I18nProvider). That's an accessibility issue...
### Description of the bug I ugpgraded our application to Spring Boot 3.2 and Vaadin 24.3.1 with jetty 12.0.3. After I start the server and sucessfully login I see the...
## Description Add component for `` element and related components: - `` - `` - `` - `` - `` - `` - `` Fixes #15475
### Describe your motivation I'm trying to use Vaadin flow, Vaadin's `LoginForm`, and spring-security. The login process works fine. But I have Spring beans that want to be notified when...
### Describe your motivation Say I have a grid that uses the following record: ```java public record Item(String name, boolean hasDetails) {} ``` And I want to add a column...
### Description of the bug The check at AbstractConfiguration:221 checks for the existence of `pom.xml` and `build.gradle`, however Gradle also supports Kotlin-based build files named `build.gradle.kts`; Flow should therefore check...
### Describe your motivation Say I have a `List`, I'd like to be able to call `verticalLayout.add(buttons)` but I can't: Java compiler says there's no `add(List)` function. ### Describe the...
### Description of the bug With new Gradle 8.6 and the latest [setup-gradle@v3](https://github.com/gradle/actions/tree/v3.0.0/setup-gradle) it is now possible to safely and securely store [Gradle configuration cache](https://docs.gradle.org/8.6/release-notes.html#configuration-cache-improvements) which should improve the Gradle...
### Description of the bug When using a modal component, such as `Dialog`, then shortcut registrations added to child components of the modal do not work if the component is...
### Description of the bug I am currently upgrading my rather big maven multi-module app from Vaadin23 with Spring Boot 2.7 to latest Vaadin 24.3.3 with Spring Boot 3.2.1. So...