Is there a way to use chaining actions when creating new options using the `Select` component?
When you use
Select
, you can create a new option, like this:
https://filamentphp.com/docs/3.x/forms/fields/select#creating-a-new-option-in-a-modal
Is there a way to chain multiple actions, like this?
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#chaining-actions1 Reply
In theroy you can as you just override the action anyway? But usually I might suggest a Wizard and each step can be an action after validated.