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

Java counterpart of Vaadin Web Components

Results 278 flow-components issues
Sort by recently updated
recently updated
newest added

## Description Elements having their labels in their text (such as buttons) must implement a new, method-less interface `HasLabelAsText` in their element tester (such as `NativeButtonElement` for the `NativeButton` component...

enhancement
testbench

### Description I added a DateTimePicker to a view and set DateTimePicker component's overlayClassName. Trying to reset overlayClassName property breaks the component: ![image](https://github.com/vaadin/flow-components/assets/25712906/65faf0cb-4a8a-4b7a-ad1a-8566b9349c5a) - Seems to me as web component's...

bug
vaadin-date-time-picker
Severity: Major
Impact: Low

## Description Setting values that aren't present in the key mapper shouldn't be allowed, as they cannot be represented on the client-side. Related to https://github.com/vaadin/flow/pull/19310 ## Type of change -...

### Description I added a CSS class name for cells in the column to support word wrapping, but the tree grid is not rendered correctly when filtering. ![treegridbug](https://github.com/vaadin/flow-components/assets/87980366/4c0bfba5-19ef-4c5a-ac82-738b579811e5) ### Expected...

bug
vaadin-grid
Severity: Major
Impact: Low

## Description This method is 100X easier to find than the partName variant that most people should be using. Added disclaimers and link to that. Last time discussed here: https://vaadin.com/forum/t/styling-individual-cells-in-a-grid-v24/166135/5...

### Description Enter, blur and other similar actions that trigger a change event currently don't cause the value debouncer to flush in lazy and timeout value change modes. In other...

test
performance

### Description When using `Column.setWidth` and `Column.setFlexGrow` on Grid columns with headers the resulting Grid headers widths differ from the rest of the rows in the grid. When `setFrozenToEnd` is...

documentation