Sergey Vinogradov

Results 34 issues of Sergey Vinogradov

### Description Follow-up to https://github.com/vaadin/web-components/pull/7205 The virtualizer doesn't always restore the first visible item's scroll offset after the size change. This tends to happen when the list size > 100...

bug
Severity: Minor
Impact: Low
vaadin-virtual-list

### Description Follow-up to https://github.com/vaadin/web-components/pull/7205 Currently, virtualizer size changes trigger an update for every visible item in the viewport and sometimes even for those that are outside. This update is...

performance
vaadin-virtual-list

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

Language unchecked

### Describe your motivation A follow-up to https://github.com/vaadin/platform/issues/3066 Every field component provides its own set of constraints such as `setMinLength(...)`, `setPattern(...)`, etc. Not long ago, we integrated component constraints into...

enhancement
a11y
validation