Enver Haase

Results 26 comments of Enver Haase

``` package com.example.application.views.helloworld; import com.example.application.views.MainLayout; import com.vaadin.flow.component.combobox.ComboBox; import com.vaadin.flow.component.combobox.MultiSelectComboBox; import com.vaadin.flow.component.orderedlayout.HorizontalLayout; import com.vaadin.flow.function.SerializableFunction; import com.vaadin.flow.router.PageTitle; import com.vaadin.flow.router.Route; import com.vaadin.flow.router.RouteAlias; import java.util.stream.Stream; @PageTitle("Hello World") @Route(value = "", layout = MainLayout.class) @RouteAlias(value...

https://github.com/vaadin/flow/assets/7870436/5e1ea524-1b23-42a6-9ec1-90763e5f1535

Why not `DataCommunicator`? Or, put differently, where in the documentation does it say `HierarchicalDataProvider getDataProvider()` is the official API? It looks convoluted enough. As I initially said (and the code...

> Just noting, that e.g. with buttons, it is possible to override the style using this in styles.css Horrible UX (open/close flicker) with Select as well, so not a generically...

Having said that. @TatuLund 's idea seems to work really well for one customer of mine. They claim they have tested a huge range of components with the events enabled...

Confirm: still does not work.

The 2400 isn't really a router and the fault was with the old software version 3.11 of the Ultimate-II+L. IIRC the problem is gone with the latest software, can double-check...

Please also add a paragraph about migrating styles from HTML to CSS and to use @CssImport instead of HtmlImport. It should also cover the use case where a library JAR...

I suggest to take a look at my Add-On "AnimateCSS".