Implement select counter + select-all + select-none.

This commit is contained in:
MaxJa4
2024-01-16 21:20:50 +01:00
parent 94e0c178f0
commit f92e22f142
4 changed files with 42 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<div class="input-group input-group-lg mb-1">
<div class="input-group-text py-1 px-2">
<input class="form-check-input fs-4 border-secondary mt-0" type="checkbox" value="">
<input class="form-check-input fs-4 border-secondary mt-0" type="checkbox" value="" onchange="updateSelectedPlayers(this)">
</div>
<span class="form-control py-1 px-2">%s</span>
<button class="btn btn-outline-secondary text-secondary-emphasis dropdown-toggle py-1" type="button" data-bs-toggle="dropdown"></button>