flow-and-components-documentation
flow-and-components-documentation copied to clipboard
The documentation for the Vaadin framework version 10+
The [Lumo Badges documentation](https://vaadin.com/docs/v14/themes/lumo/badges.html) has a few problems that need to be revised: - The `@CssImport(include = "lumo-badge")` instruction, mentioned for server-side views (Java), is missing the mandatory `value` parameter...
https://vaadin.com/docs/themes/lumo/badges.html has > To use the badge utility, you first need to import the style sheet into the correct style scope where you want to use it. > In server-side...
I would like to test my application in dev mode in IE11 but I get the message ``` To test your app with this browser, enable transpilation in development mode....
V14 documentation doesn't mention the `saveBeanAsDraft` methods at all - they should be documented.
`new Image("/images/foo.png")` does not work when the WAR is deployed in a non-empty context root. Also, there's a zero docs on Image itself.
The https://vaadin.com/docs/v14/flow/routing/tutorial-routing-lifecycle.html#rerouting docs doesn't help: the docs for forward and rerouteTo are almost identical. The `BeforeEnterEvent`'s javadoc doesn't explain the difference at all also: * `rerouteTo()`: Reroutes the navigation to...
As a developer, I want to listen to the navigation event so that I can, for example, update the header/ footer of the page. Vaadin router already fires the `vaadin-router-location-changed`...
The instructions in the https://vaadin.com/docs/v14/flow/getting-started/getting-started-project-wizard.html article are outdated now when the /start page has been redesigned.
Example in https://github.com/Legioth/vaadin-without-classpath-scanning
Documentation on https://github.com/vaadin/flow-and-components-documentation/blob/master/documentation/introduction/introduction-overview.asciidoc opening paragraph for Vaadin 16 and 17 pre is broken.