Teppo Kurki
Teppo Kurki
When using Legend.setItemStyle method you need to use the com.vaadin.addon.charts.model.style.Style class. This class is missing properties for "textOverflow" and "width" which are needed to make proper wrapping and/or ellipsis for...
Title says it all. Probably overlooked since markers are not used in the gauge chart, but when you enable legend the same marker settings are used there, and are currently...
### Description of the bug The test added to DataSerializableTest class in the commit https://github.com/vaadin/flow/pull/6845/files seems to pass regardless of the actual fix being present or not, so looks like...
Each Table (incl. FilteringTable) contains an IndexedContainer by default. In FilteringTable, if you use this default container and just add properties and items through the Table's container interface, the filter...
### Describe your motivation Currently when using `setBean` with Binder, bean validity is not guaranteed. This is because on field value change, only the changed binding is validated, and possible...
### Describe your motivation For bindings in a binder, you can add validators which produce errors with `ErrorLevel.INFO` or `ErrorLevel.WARNING`. Despite the level set, binder calls `setInvalid(true)` (and sets error...
Fixes #18389
Allows developer to ignore selected bindings via providing a predicate for a binding that is tested before validating the binding, or writing the binding value to bean. Default implementation ignores...
Steps to reproduce: 1. Create a sheet with different values a A1 and A2 2. Select A1 and A2, right-click and select Merge cells 3. Right-click the merged region and...