reactgrid icon indicating copy to clipboard operation
reactgrid copied to clipboard

Fill handle does not work on dropdown cells

Open MarcusElg opened this issue 10 months ago • 3 comments

Describe the bug Copy/cut/fill handle does not work for dropdown cells.

Current behavior Dragging the fill handle over multiple cells select them as if the operation was successful, however the values have not been copied.

Expected behavior The values would be copied

Screenshots or gifs image

Version 4.1.4

https://github.com/silevis/reactgrid/pull/203 was suppost to fix the issue but it didn't seam to do it.

MarcusElg avatar Apr 01 '24 09:04 MarcusElg

Please give me a demo?

qiufeihong2018 avatar Apr 11 '24 13:04 qiufeihong2018

@MarcusElg The fill handle on dropdown cells should work properly with the current version of ReactGrid (4.1.4). The onCellsChanged prop accepts a function that handles changes. This function receives an argument representing the changed cells. You should be able to adjust the fill handle operation using it. It would be helpful if you could provide a sandbox that demonstrates your issue.

webloopbox avatar Apr 17 '24 14:04 webloopbox

works on website image

MichaelMatejko avatar Apr 24 '24 12:04 MichaelMatejko