SelectAction state change action
What does SelectAction call when the selection change?
I'm trying to solve model versioning with it, so after the selection i'd redirect the user to the given version, how can I implement this?
Solution:Jump to solution
I ended up to a solution like this with
ActionGroup
:
looping through the versions, and push actions to an array:
```
foreach ($recordVersions as $version) {...6 Replies
up, please?
Where is it?
Edit page header
Solution
I ended up to a solution like this with
ActionGroup
:
looping through the versions, and push actions to an array:
And then made an ActionGroup
with that variable:
GitHub
Wire:change Event in SelectAction · filamentphp filament · Discussi...
Hello everyone, Is there a way to trigger the wire:change event when selecting an item from a SelectAction? Or do I need to create a custom component?" protected function getHeaderActions(): a...
The solution helped me a lot thanks!
I was looking in the wrong direction trying to use SelectAction.