platform
platform copied to clipboard
Vaadin platform 10+ is a Java web development platform based on Vaadin web components. If you don't know to which repository your bug report should be filed, use this and we'll move it to the right o...
### Describe the bug When putting a TextArea inside a Tab, the latter in no longer able to receive whitespace and newline characters, because those keystrokes are intercepted by the...
### Describe the bug Let's assume we have a Grid instance with: `grid.setRowsDraggable(true)` All columns of the grid are then - as expected - draggable. Now hide a column by...
## Description Built-in support for rendering labels "aside" (instead of on top) in all input field components, without the need for `vaadin-form-item` wrappers. ## Acceptance criteria - [ ] Works...
It's recommended and considered a best practice to avoid mutating data received from the endpoints. This is a breaking change that will introduce the `readonly` flag and `ReadonlyArray` to the...
### Describe the bug Using a V21 or V22 Flow application and adding https://vaadin.com/directory/component/pdf-browser to it (version 3.1.0) then the resulting application will show only a white screen with the...
As a developer I want Fusion APIs to CE So that I can use CE in apps built with the Fusion API ## Acceptance criteria - [ ] Case-specific criterion...
The objetive is to have simpler release-notes, so as the reader can focus on the interesting changes for the release. - We can use collapsable panels for the long list...
consider add a parameter for those versions used in different modules ``` com.saucelabs.maven.plugin sauce-connect-plugin 2.1.25 ${sauce.user} ${sauce.sauceAccessKey} ${sauce.options} com.saucelabs ci-sauce 1.151 ```
## Description Performance improvements to Grid, Grid Pro, TreeGrid and CRUD ## Use cases As an end-user I want data grids with good performance So that I can view tabular...
## Description Although the goal is to have Kotlin support, the idea is to technically support any JVM language. Kotlin would be given special attention in our tutorials and guides,...