Denis
Denis
The original ticket is : https://github.com/vaadin/spring/issues/602. `resourceHandlerMapping` overlaps with vaadin mapping. It means that one or another handler won't work. We should document a way to make them co-exist. E.g....
Currently there is only one note about PWA support in portlets docs: https://github.com/vaadin/flow-and-components-documentation/commit/1a8b7bacaf14158ef4467971345d65a23edcdf50#diff-5cc9a50158a294a0f6dc94d0a771d9e6R14 Since portlets are done over embedding they have at least the same limitations. Since embedding is an...
Update the demo once there is a new version of text-area component is released. Update the `content` field to be a TextArea: https://github.com/vaadin/flow-demo/blob/master/demo-static-menu-router/src/main/java/com/vaadin/flow/demo/staticmenu/community/blog/BlogCreator.java Awaits a new `text-field` component artifact.
Problem: the `master` Flow branch will use another way to run a web applications. Previously `(p)npm install` and webpack dev server were started as a part of `ServletContainerInitializer` ( `DevModeInitializer`...
Browser: Safari 10 I'm running tests via saucelabs. Here is the test example: https://github.com/vaadin/platform/pull/479/files#diff-4efa8534f61bb6a93aa509df91600022R70 I'm trying to access the element with `button` id within shadow root of a `ButtonElement` :...