filament/infolists
v3.2.92
v11.13.0
v3.5.1
v8.3.2
When using Infolist sections (or even forms) and adding the hiddenWhenAllChildComponentsHidden()
call, the system goes into infinite recursion. This is because the steps are:
hidden()
closuregetChildComponentContainers()
hasChildComponentContainer($withHidden))
$withHidden
is by default false
, it calls ->hidden()
again, which evaluates the closure itself, resulting in an infinite loop.Not sure if the fix is simply calling getChildComponentContainers(withHidden: true)
or if that has some other implications.
It should not go in infinite loop.
hiddenWhenAllChildComponentsHidden
to the sectionhttps://github.com/Skullbock/filament-issue-hidden
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too