Vaadin Flow Components V22.0.0.beta3
Pre-release
Pre-release
Vaadin Flow Components 22.0.0.beta3
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
Changes in Flow Components from 22.0.0.beta2
Changes in vaadin-grid-flow
- Fixes:
- ⧉ Don't raise item-click when focusable header is clicked after item keys are changed.. PR:2327. Ticket:2247
This PR fixes the issue when a focusable element is used in header (prepended), and clicking on this element causes item-click event to be raised (with a pre condition that grid item's key values are changed by something like filtering and clearing the filter after a grid row is clicked). It fixes it by using getEventContext and do more checking in order not to fire click event.
It also removed usage of $connector.activeItem which was introduced as a workaround before.
- ⧉ Don't raise item-click when focusable header is clicked after item keys are changed.. PR:2327. Ticket:2247
Compatibility
- This release use Web Components listed in Vaadin Platform 22.0.0.beta3
- Tested with Vaadin Flow version 9.0.0.beta4