Serhii Kulykov
Serhii Kulykov
Setting `flex-shrink` to `0` on the host element is expected to make it easier for Flow users (place vertical layout inside of the horizontal layout, or vice versa). See also...
### Describe your motivation Currently, `vaadin-upload` renders the file list using the corresponding `` fallback content. The current implementation has the following implications that might worth addressing: ### Styling In...
## Description Pre-requisite for #3820 This PR adds a new internal API for `vaadin-grid-column` element to change how its body cells are rendered. The idea behind the DOM structure is...
### Motivation We make the icons hidden from screen readers in #2936 but in some cases users might want to override this. ### Proposed solution Inspired by how the [``](https://github.com/ing-bank/lion/blob/master/packages/icon/src/LionIcon.js)...
### What is the problem? When using iOS VoiceOver, scrolling happens by moving focus between items in the dropdown. While it's possible to scroll to bottom, there is a problem...
This ticket is a list of tests that fail in GitHub Actions occasionally. We need to investigate if they can be fixed, or skipped. ## Unit tests ### Chrome ```...
### Describe your motivation We would like to make it easier for Flow users to access the content of the `vaadin-upload` named slots: - `"add-button"` - `"drop-label"` - `"drop-label-icon"` This...
### Motivation As part of #1993 we added legacy class aliases to the `vaadin-` prefixed packages, e.g. ```js import { GridElement } from '@vaadin/vaadin-grid'; ``` In Vaadin 22 these already...
### Describe your motivation The `DirHelper` has been added in https://github.com/vaadin/vaadin-element-mixin/pull/32 to address browser differences with regards to how `scrollLeft` is calculated when using `dir="rtl"`. Back then, as of early...
Currently, when using [`vscode-lit-plugin`](https://github.com/runem/lit-analyzer/tree/master/packages/vscode-lit-plugin), the auto import feature does not work as expected: https://user-images.githubusercontent.com/10589913/102873974-7ff58e80-444a-11eb-848e-1dda8d546476.mov The imported file is the one which contains `HTMLElementTagNameMap` interface definition: the one under `src`. However,...