Actions with ->hidden() showing disabled and not hidden inside infolists
What is the bug?
- When you add an
Action
to an infolist, along side some Text Entry
- than you have anything like TextEntry or alone in a Grid/flex ect ->hidden()
it will just disable it and not hide it
->headerActions([])
ect
- when inside the section header actions
- or anything inside the array of acitons
- everything works fine as intended
Example
of it working
of it not working
debugging
- yes i upgraded to latest filament
- yes i cleared cache
- yes I tried on multiple browsers
- yes I tired just hidden() and hidden(true) and visable (false)
- yes, this doesn't work in other infolists in other situations, this is just one I am posting, but can provide other examples6 Replies
non admin user view of infolist

- should not have any delete options
admin view of quick links

Please report issues on GitHub.
thanks! and wow fixed bug in <12 hours haha
https://github.com/filamentphp/filament/pull/17892
Dan is a legend!