Tatu Lund
Tatu Lund
Should come via: https://github.com/vaadin/testbench/pull/1903
Yes, and the feature is delivered in Vaadin 23.6 and Vaadin 24.8.
`VaadinWebSecurity` is caching the request with SpringSecurity and upon successful login will redirect to location based on cached request. Which means that in normal circumstances redirect you are doing in...
@igorbljahhin , your exception is the same as reported in here https://github.com/vaadin/flow/issues/19629 I think your issue is not related to this ticket.
> I just checked and there are around 600 timezones - do you think that would be an issue for a page size? Yes, I think so. There is limit...
One option to workaround is to use Light ComboBox add-on. This component is based on the same web component as the regular ComboBox with the difference that it skips the...
> So let's document using vaadin.react.enable for this use case. Ok. I could not find that when I was browsing Hilla docs when doing this.
See also: https://github.com/vaadin/web-components/issues/1002
I think there is a workaround in Vaadin 24.4. It introduces a new method Binder#getChangedBindings and via Binding you can get the fields status ((HasValidationProperties) binding.getField()).isInvalid(); So that could be...
> I tried that but it always returns an empty set. That means that there is no changes ... Should that imply there is no new validation errors unless the...