deadbeef
Repeater - Safe Approach to Prepend Data
I can't seem to find a path with the Repeater component to safely add a new item to the start of the list.
I have the two following approaches:
The new item shows up, but they seem to break repeater collapsing functionality. Is there a better way to handle this?
1 replies
Execute code when action modal is being closed
I'm looking to accomplish the inverse of https://filamentphp.com/docs/3.x/actions/modals#executing-code-when-the-modal-opens , is there a method I can hook into to accomplish this?
1 replies
Is there a way I can put an infolist inside of a wizard modal?
I would like to add an infolist for the user to confirm the details of their action inside of a wizard modal. It looks like the wizard only takes form items, but I'm guessing there has to be a way to do it?
3 replies
Is there a way to pass a query builder into searchable select to populate options?
I'm new to filament, it seems like there would be a way to pass in a custom query builder into a select component instead of being dependent on a relationship set up on a model. Is there a way to do this instead of having to fetch all of the options in advance?
8 replies