How do people use pendo inside a Vaadin 7 application? I know of the following things that need to be done, with my current pendo knowledge: Embed pendo JavaScript snippet on every page. So, since most Vaadin apps are single page apps, I guess this snippet needs to be loaded in UI, maybe using Page.getCurrent().getJavaScript().execute or JavaScript.getCurrent().execute. I think there
Tag: vaadin
How to change the color of vaadin-select-text-field in the vaadin-select within page only?
How to change the color of vaadin-select-text-field from the vaadin-select within page only? For the vaadin-select source, it is not changed. I want to custom on the vaadin-select in the page. Anyone who can style the vaadin-select? I’ve tried to change the style of vaadin-select but it is none. This is because of the shadow-root. Hope the junior or senior