Serhii Kulykov

Results 356 comments of Serhii Kulykov

@camertron the latest CLDR release is now v29. Are there any plans for upgrading?

Confirmed. Here's how it looks like when the screen is narrow. Note, resizing the window makes it look correct.

Thanks for the issue. Confirmed it using the web component. I'll add a check to ensure empty `overlayClass` doesn't throw.

Note: this would require change in the web component as calling `.focus()` on `vaadin-message-input` currently does nothing. The actual focusable element is not the `vaadin-message-input` itself but the `vaadin-text-area` inside...

We also have this problem of two focusable elements in `vaadin-date-time-picker` and in that case, calling `focus()` always [focuses the date-picker](https://github.com/vaadin/web-components/blob/1c2f65e874eb909d516a47c20c29d1f9e9491de5/packages/date-time-picker/src/vaadin-date-time-picker.js#L458-L460). I think that in this case, it should focus...

In the past, we used to have similar functionality (adjusting out of bounds value to min / max) in `vaadin-time-picker`. But we decided to remove it in https://github.com/vaadin/web-components/issues/4182 as none...

Thanks for the issue. Tried to reproduce it using the [Flow Spring starter](https://github.com/vaadin/skeleton-starter-flow-spring) and latest Vaadin 24 and here is what I get: https://github.com/vaadin/flow-components/assets/10589913/c0989538-d390-4946-89ac-895e841da36b Could you please specify Vaadin version...

@timjadamsalbertautilitybilling Here's the test project that I used: https://github.com/web-padawan/grid-editor-test I copied your code and placed it in [`MainView.java`](https://github.com/web-padawan/grid-editor-test/blob/master/src/main/java/org/vaadin/example/MainView.java) - the only difference is that I'm not using Spring annotations. I...

> This is the UIDL request sent in parallel with the login POST request This request comes from the `vaadin-login-overlay` web component and it contains notification about [`disabled`](https://github.com/vaadin/web-components/blob/20e538d506beeebe814a22067834633e561bb941/packages/login/src/vaadin-login-form-mixin.js#L54) property set...

Thank you, now I understand the problem. Yes, this definitely needs to be documented. I will create a PR to docs.