Skip to content

Commit

Permalink
Merge branch 'filamentphp:3.x' into 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
wout-o authored Sep 11, 2024
2 parents 4689cb0 + 5a8b999 commit 786d661
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
this.visibleCheckboxListOptions.forEach((checkboxLabel) => {
checkbox = checkboxLabel.querySelector('input[type=checkbox]')
if (checkbox.disabled) {
return
}
checkbox.checked = state
checkbox.dispatchEvent(new Event('change'))
})
Expand Down

0 comments on commit 786d661

Please sign in to comment.