Grid multi-select using mouse click + drag down?

I noticed that Vaadin 8 Grid component supported multi-select via clicking on an item, holding the click down, and dragging the mouse down to select all the items dragged down to…and when the click is released, it stops selecting. This is the behaviour I am looking for in Vaadin 14+ but it doesn’t work the same way.

Here are Vaadin 8 and 14 demos and you can try the behaviour yourself to see what I mean:

https://demo.vaadin.com/sampler/#ui/grids-and-trees/grid/multi-select

https://vaadin.com/components/vaadin-grid/java-examples/selection

Is there a way to do multi-select in a similar way in Vaadin 14+? If not, are there any plans to implement this?

Check this GitHub ticket https://github.com/vaadin/vaadin-grid-flow/issues/790