Sergey Vinogradov

Results 34 issues of Sergey Vinogradov

### Describe your motivation When fixing a bug or implementing a feature, it always takes extra time to find out which versions the bug or the feature should be backported...

feature request

The PR reorganizes the Upload component article so that all information on handling uploaded files in Flow, Lit and React is located under a separate tab "File Handling". Here is...

Language checked

The PR moves the Date Picker date format sections to a separate tab and adds a brief introduction to this tab. Fixes #3388

Language unchecked

Fixes https://github.com/vaadin/docs/issues/2864

Language checking

## Description Setting values that aren't present in the key mapper shouldn't be allowed, as they cannot be represented on the client-side. Related to https://github.com/vaadin/flow/pull/19310 ## Type of change -...

### Description Enter, blur and other similar actions that trigger a change event currently don't cause the value debouncer to flush in lazy and timeout value change modes. In other...

test
performance

## Description To be discussed. Fixes https://github.com/vaadin/flow-components/issues/6227 ## Type of change - [x] Bugfix

## Description WIP Depends on - https://github.com/vaadin/web-components/pull/7044 - https://github.com/vaadin/web-components/pull/7205 ## Type of change - [x] Refactor

### Description For some reason, when _the total items count_ is below _the page size_, ComboBox's dropdown starts blinking while you are typing in a filter query that no items...

bug
vaadin-combo-box
Severity: Minor
Impact: High
needs research

## Motivation There are several problems with the current approach based on the validated event: 1. Server-side validation is triggered on blur even if nothing has been typed ([#17429](https://github.com/vaadin/flow/issues/17429), [#6146](https://github.com/vaadin/flow-components/issues/5712))...

refactor
validation