Yuriy Yevstihnyeyev
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....
## 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. ###...
## 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...
### 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 -...
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...
Should we introduce the resize handler for `vaadin-text-area` similar to the native one in `textarea`? 
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...
### 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...
## 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...