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

### Describe your motivation Keeping the edit button always visible, regardless of the amount of columns in the grid, makes it more easily discoverable and accessible. ### Describe the solution...

enhancement
good first issue
requires new major
vaadin-crud

### Description The Vaadin Grid fails sporadically to render rows ### Expected outcome Rows should render ### Actual outcome No rows are displayed. The table has to be filtered, or...

vaadin-grid
waiting for author

### Description I added two `vaadin-select` in a flex-box container to the page and see strange rendering issues which I can't explain myself by exploring the DOM. ### Expected outcome...

bug
Severity: Major
Impact: Low
vaadin-select

### What is the problem? There are numerous a11y issues with the DatePicker's overlay when used with screen readers. Perhaps it would be better to simply hide the overlay from...

a11y
vaadin-date-picker

The current version of tabs do not support the adding of a content area for a single tab but only switching some view content by a self implementation. This might...

vaadin-tabs
component-idea

### Describe your motivation The `vaadin-multi-select-combo-box-chip `components used in `vaadin-multi-select-combo-box` cannot be properly styled using the ::part() selector for two reasons: - The chips are inside the parent element's shadow...

refactor
vaadin-multi-select-combo-box
v24

### Describe your motivation The following states of the `date` part in `vaadin-month-calendar` are not targetable with the `::part()` selector: - today - selected - disabled - focused ### Describe...

vaadin-date-picker
refactor

### Describe your motivation The following states, currently only modelled as attributes, are not targetable using the `::part()` selector: - row:selected - row:odd - row:expanded - row:first - row:last -...

vaadin-grid
refactor

### What is the problem? With VoiceOver on 1. open https://a11y-vaadin-playground.netlify.app/pages/v22/select.html 2. open the first `` dropdown 3. See the suggested controls ![Screenshot 2021-10-26 at 12 25 59](https://user-images.githubusercontent.com/1222264/138850791-1a8f373d-a680-4a94-946c-cefe1e709472.png) However, Control-Option-Shift-Down...

needs research
a11y
vaadin-select
a11y-finding

### Describe your motivation Grid currently has a ClassNameGenerator that allows you to apply css classnames to cells based on the item and column. Unfortunately, classnames applied to cells (which...

enhancement
vaadin-grid