Exactly what I was looking for, thanks for making it available. However, I

Exactly what I was looking for, thanks for making it available.

However, I’m getting a very strange side effect; as soon as I add the dependency to pom.xml of the Hello World app downloaded from start.vaadin.com, it screws up the layout.

Note that this happens without having made any code changes, anywhere, just adding to pom.xml is enough to break it. Any ideas?


I haven’t seen such a side effect before, the only CSS in this project is targeting vaadin-select tags that have the class ‘language-select’.

However, I did some clean-up of the pom file of this component so no unnecessary dependencies are included. Please try again with 1.0.9.

If that still doesn’t work, you could try to recreate the whole thing using only pure vaadin components - https://stackoverflow.com/a/53763977/3441504

Thanks for that, I’ll check it out.