flow-components
flow-components copied to clipboard
Java counterpart of Vaadin Web Components
## 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...
### Description I added a DateTimePicker to a view and set DateTimePicker component's overlayClassName. Trying to reset overlayClassName property breaks the component:  - Seems to me as web component's...
## 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.  ### Expected...
## 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...
### 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...