Sergey Vinogradov

Results 151 comments of Sergey Vinogradov

Yeah, I'm now inclined to agree that FlexArea isn't a very intuitive API. Rolf's proposal seems to be closer to the angular-split API. The question is how the `primary-width` and...

I think it should be possible to optimize this by performing drag selection on a copy of the `selectedItems` array and applying changes to the original `selectedItems` array only after...

Note, the usage statistics package is included in `@vaadin/bundles` which is built with Webpack. Webpack doesn't fully support `import.meta` by default, see https://github.com/webpack/webpack/issues/15833. If somebody uses this package in an...

Here is another observation. If I click on the DatePicker's label while the dropdown is open, focus goes to an unknown place, and the dropdown remains open, which is weird....

Hey @robrez! Thanks for your report. The `combo-box` component doesn't officially support `null` and `undefined` as a value. It only accepts string values, so the right way would be to...

We had a meeting internally that we concluded with the following proposal: > Only strings are valid values for the `value` property. That said, we'd like the field components to...

Hello @mlindfors! The issue in you example seems related to the fact that some element instances come from the bean instead of being created by the renderer class. Typically, all...

Closing due to inactivity. Feel free to reopen if you have any additional context to share.

Depends on - https://github.com/vaadin/flow-components/pull/7668

> The themeFor parameter of the @CssImport annotation (for shadow-DOM injection) is deprecated (but still supported) > Instead, WebComponentExporter automatically copies any @font-face declarations in embedded stylesheets into the document...