docs icon indicating copy to clipboard operation
docs copied to clipboard

Official documentation for Vaadin and Hilla.

Results 276 docs issues
Sort by recently updated
recently updated
newest added

"Client-side consequences of the invisible setting" https://vaadin.com/docs/latest/create-ui/basic-features#client-side-consequences-of-the-invisible-setting page should mention that invisible components' DOM elements don't get updates from the server, and server-side components don't react to RPCs if the...

flow

The [Flow internationalization docs](https://vaadin.com/docs/latest/advanced/i18n-localization) somehow fail to mention the `setLocale` API at all. Seeing as how that's just about the most important part of the i18n API, there should probably...

flow

**Tell us about your request** I'd like to have a clear description of the DataView and DataProvider concepts in the docs. DataProvider is (I think) only mentioned in passing in...

flow
design system

When the browser is not supported by the Vaadin version (too old for example), a default error page is shown. It's possible to customize it by creating a file in...

flow

All the current docs examples have two levels of hierarchy in the data. Having an enhanced example with 3 or 4 levels could clarify these cases: - How sorting works...

design system

The [Custom Testers](https://vaadin.com/docs/latest/testing/ui-unit/component-query#custom-testers) section of the [UI Unit Testing](https://vaadin.com/docs/latest/testing/ui-unit) section could be expanded (possibly into its own page) and improved (including a discussion of best practices akin to the [Tests...

flow

The current filtering example for Grid (https://vaadin.com/docs/latest/components/grid#filtering) has some issues: - It uses a single header row for column captions and filter fields. Although it does use a separate ``...

design system

There's a bunch of common challenges developers encounter when doing layouts with Horizontal and Vertical Layout. Some advice for handling those challenges could be added to the docs of those...

design system

From the [internal Slack discussion](https://vaadin.slack.com/archives/C3TGRP4HY/p1671549362025469): > Do we have an example in the docs on how to filter a grid? I see some code for filtering an in-memory grid but...

design system

Although @CssImport is considered a non-recommended legacy feature for application theming, it is still a valid way to load styles into a Flow-based custom component. The documentation on @CssImport should...

design system