Multiple submit buttons in Action's modal
Hello!
Is it possible with Filament admin panel to have multiple submit buttons in an Action's modal with different "values" to trigger different behaviors in the actual action closure?
Some context:
I have this Action on a table with a custom modal. In the action Closure I would access the submit "value" or some other info to determine which action to perform:
^ with this I'm able to show two different buttons which can submit the form but I don't know how to know which one was pressed
Thanks in advance!
Is it possible with Filament admin panel to have multiple submit buttons in an Action's modal with different "values" to trigger different behaviors in the actual action closure?
Some context:
I have this Action on a table with a custom modal. In the action Closure I would access the submit "value" or some other info to determine which action to perform:
^ with this I'm able to show two different buttons which can submit the form but I don't know how to know which one was pressed
Thanks in advance!