Open another form modal from a form modal
https://filamentphp.com/docs/3.x/actions/adding-an-action-to-a-livewire-component#chaining-actions
I have a CreateAction that lets users create personal access tokens.
After the token is created, I want to close the modal and show a new modal with the plain text token so they can copy it and only see it once.
I know we can chain actions in Filament PHP, but I get an error when I try to pass the token to a form. Could anyone help or share a suggestion? Thank you!
I have a CreateAction that lets users create personal access tokens.
After the token is created, I want to close the modal and show a new modal with the plain text token so they can copy it and only see it once.
I know we can chain actions in Filament PHP, but I get an error when I try to pass the token to a form. Could anyone help or share a suggestion? Thank you!