Bug: Incorrect Count When Unchecking Items After Selecting All #1845
GusAlberto
started this conversation in
BUG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Livewire PowerGrid version
v5.10.0
Livewire version
v3.5.4
Laravel version
v10.48.17
Which PHP version are you using?
PHP 8.3
Which Theme are you using?
Tailwind
Have you published the resource files and customized them? (php artisan vendor:publish)
Yes
What is the problem?
Description
When using the "select all" checkbox in the table, all items are correctly selected, and the count of selected items is displayed correctly. However, when unchecking an individual item, the displayed count increases instead of decreasing, causing a visual bug.
https://livewire-powergrid.com/table-features/bulk-actions.html#handling-the-bulk-event
This issue appears to be purely visual, as testing confirms that the items are actually deselected correctly, and bulk actions reflect the correct selection.
This issue seems to be related to a previously reported one: Issue #1602.
Code snippets
Steps to Reproduce:
Code Example:
Beta Was this translation helpful? Give feedback.
All reactions