web-components icon indicating copy to clipboard operation
web-components copied to clipboard

A set of high-quality standards based web components for enterprise web applications. Part of Vaadin 20+

Results 399 web-components issues
Sort by recently updated
recently updated
newest added

### Description If you type an invalid value to a date picker input and hit Esc, the value clears: https://user-images.githubusercontent.com/1222264/184605819-e0965a18-02a2-40f6-8695-cc5d82e0f1a3.mp4 If the date picker has a value beforehand, the behavior...

bug
Severity: Minor
Impact: High
vaadin-date-picker

### Description of the bug The API for `FormLayout` allows adding `Component`'s, not fields. So what the heck is this supposed to mean?? The implication seems to be that adding...

Missing feature: "Remember me" checkbox, which you could check if you want your login info to be stored so that you don't need to log in again with the same...

enhancement
Impact: High
vaadin-login

### Describe your motivation `vaadin-month-calendar` contains a rather large number of stylable parts (8) that we'd like to expose to the `::part()` selector. Currently this would require propagating them through...

requires new major
vaadin-date-picker
refactor
v24

### Describe your motivation The `menu-bar-button`s inside `vaadin-menu-bar` are currently in the component's shadow DOM. This presents some challenges for `::part()` based styling: - Need to expose the buttons' various...

requires new major
vaadin-menu-bar
refactor
v24

### Describe your motivation The `vaadin-message elements` in the `vaadin-message-list` component are currently in the component's shadow dom. This presents a challenge for `::part()` based styling: 1. The 8 shadow...

requires new major
vaadin-messages
refactor

### Describe your motivation The `vaadin-crud` web component's default grid is inside the CRUD's shadow DOM, making its parts inaccessible to the `::part()` selector, unless we propagate all of them...

requires new major
vaadin-crud
refactor
v24

### Describe your motivation The text-area and button inside the vaadin-message-input component are currently in the component's shadow DOM. This makes `::part()` based theming a bit awkward as it would...

requires new major
vaadin-messages
refactor

### Describe your motivation For consistency with other components containing multiple items, especially ones represented by nested web components, which would also make `::part()` based styling possible without `exportparts`, and...

requires new major
vaadin-avatar
refactor
v24

## Motivation Currently, the way field components handle non-parsable values or constraints is not consistent and user-friendly. - `integer-field` resets values that don't match the integer pattern, showing a warning....

requires new major
DX
validation