Yuriy Yevstihnyeyev

Results 16 issues of Yuriy Yevstihnyeyev

@heruan commented on [Fri Sep 27 2019](https://github.com/vaadin/flow-components/issues/1652) `TextField#addFocusShortcut` could be very useful to implement quick shortcut like GitHub's. For example, in GitHub just pressing S will focus the search bar....

enhancement
needs design
Shortcut API

## Description Chaining validation in the components when web-component, flow counterpart and Binder are used together. Validation should happen in the order 1. web-component, 2. Flow component, 3. Binder. ###...

acceptance criteria
DS
v23.3

## Description Providing an API to enter GridPro editing mode programatically. ## Use cases As a developer I want to programmatically open the cell in editing mode So that I...

acceptance criteria
DS

### What is the problem? Introduce new i18n filter property to be used as a placeholder in filter fields. Currently it's hardcoded in the Flow counterpart: https://github.com/vaadin/flow-components/blob/b844850e5697e32e5267827def3f53cfdf2b8b24/vaadin-crud-flow-parent/vaadin-crud-flow/src/main/java/com/vaadin/flow/component/crud/CrudGrid.java#L102 ### Browsers -...

a11y
vaadin-crud
i18n

Controlling the minimum and maximum height of the `text-area` is a common thing. Some DX/UX tests participants were expecting to see attributes for doing that. Should we introduce those or...

enhancement
DX
vaadin-text-field

Should we introduce the resize handler for `vaadin-text-area` similar to the native one in `textarea`? ![native-resize](https://user-images.githubusercontent.com/29372419/33021570-f8c4ef40-ce0a-11e7-8686-09c35570bfa2.gif)

enhancement
Impact: High
DX
vaadin-text-field
workaround

Updating the receipt image on existing record produces an error when trying to save or exit the dialog.

### What is the problem? On iOS with VoiceOver running and Android with TalkBack running, it is not possible to select an element from the list as, it seems, the...

a11y
Severity: Major
Impact: High
vaadin-combo-box

### Describe your motivation Currently, every Friday, we have to verify if there are new commits on supported branches to determine the necessity of a new release. This process involves...

feature request

## Description Introducing a new API for selection components, such as MultiSelectListbox, Grid, or Checkbox Group. This API offers configuration options for item refreshing using DateProvider, allowing user to choose...

acceptance criteria
DS