laravel-livewire-tables icon indicating copy to clipboard operation
laravel-livewire-tables copied to clipboard

[Bug]: Loss of Selections After Search

Open gbaltazar opened this issue 2 months ago • 1 comments

What happened?

Error description: I'm making a multiple selection of items to later perform a Bulk operation with them. I select a first item, then perform a search to select the second one, but the previous selection I had made is cleared.

How to reproduce the bug

I first try searching for the items I want to select, choose one of them, then upon searching to select another, the previous selection is erased. Is it possible to maintain the selection I had made after performing a search in the component?

Package Version

2.15

PHP Version

8.1.x

Laravel Version

10.0

Alpine Version

3.13.9

Theme

Bootstrap 4.x

Notes

No response

Error Message

No response

gbaltazar avatar Apr 22 '24 19:04 gbaltazar