abdullahtellioglu
abdullahtellioglu
JavaParser is unable to resolve the `query -> taskService.list(toSpringPageRequest(query)).stream()` statement when `toSpringPageRequest` is imported statically from another class via `import static com.vaadin.flow.spring.data.VaadinSpringDataHelpers.toSpringPageRequest` . However, method call is resolved fine when...
### Description of the bug https://github.com/user-attachments/assets/e24f9913-4c4e-4c4e-93fb-41add12ad208 ### Expected behavior Signal.effect should be invoked regardless of where the value is obtained ### Minimal reproducible example This is the example from the...
### Description of the bug In a flow application following view is used to render a LoginView, which is fine ```java @Route(value = "login") public class LoginView extends LoginOverlay implements...
### Describe your motivation `vaadin-overlay-open` event has the overlay itself in detail, which can be accessible via `const { overlay } = (e as CustomEvent).detail;`. However, the same info is...
### Description https://github.com/user-attachments/assets/41481ea5-4cce-48ca-a45e-673147736402 Example from the documentation in the custom value section, where entering a key press opens the overlay, which then gets hidden. As you can see, the overlay...
### Describe your motivation Autocomplete is a handy component and is required in many business applications. Vaadin does not have an official Autocomplete component; instead, users must create one by...