Rolf Smeds
Rolf Smeds
Tooltips
## Description Tooltip support for components and Grid cells. Accessible and touch-friendly where feasible. ## Use cases As a developer I want to provide - additional information for input fields...
## Description Make it possible to style components using the [`::part()` selector](https://developer.mozilla.org/en-US/docs/Web/CSS/::part) instead of shadow DOM CSS injection, to simplify styling. ## Use cases As a developer I want to...
## Description A container component with tabs for switching between different content, based on `vaadin-tabs`. ## Rationale TabSheet has been one of the most requested missing components compared to V7/8....
## Description Horizontal and VerticalLayout components for use in V7/V8 to V14+ migrations, with API and behavior as similar as feasible to their V7/8 counterparts. ## Use cases As a...
## Description Panel component for use in V7/V8 to V14+ migrations, with API and features similar to the V7/8 counterpart. ## Use cases As a developer migrating from V7 or...
## Description Label component for use in V7/V8 to V14+ migrations, with API and features similar to the V7/8 counterpart. ## Use cases As a developer migrating from V7 or...
## Description A mechanism for dynamically disabling arbitrary dates in the date picker overlay and automatically invalidating entering them manually. ## Use cases As a user I want the date...
## Description A "Remember me"* checkbox in the Login component's form, with API to get/set its value. _(Note: Like other aspects of the authentication process itself, the actual handling of...
## 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...
## 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...