filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.09k stars 2.83k forks source link

bulkToggleable depending on other field issue #8190

Closed CodeWithDennis closed 11 months ago

CodeWithDennis commented 1 year ago

Package

filament/forms

Package Version

v3.0.38

Laravel Version

v10.21.0

Livewire Version

v3.0.1

PHP Version

v8.2.9

Problem description

The functionality of the "bulkToggleable" feature is experiencing problems when it is dependent on the values of another field. Specifically, when changes are made to the field on which the checkbox list relies, the "bulkToggleable" feature ceases to work as intended.

Expected behavior

To select all options

Steps to reproduce

Reproduction repository

https://github.com/CodeWithDennis/filament-bulktoggle-reproduction-issue

Relevant log output

No response

zepfietje commented 11 months ago

Fixed by https://github.com/filamentphp/filament/pull/9087#issuecomment-1762853100.