filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
18.09k stars 2.83k forks source link

Action arguments are empty #9444

Closed abishekrsrikaanth closed 11 months ago

abishekrsrikaanth commented 11 months ago

Package

filament/actions

Package Version

v3.0.89

Laravel Version

v10.30.1

Livewire Version

v3.0.10

PHP Version

8.2

Problem description

Action arguments are empty on a live() action on the standalone form component is triggered.

Expected behavior

The arguments for a standalone action needs to be passed when a live() action on a form component is triggered.

Steps to reproduce

Here is the code for the accessing the arguments for the standalone form https://github.com/abishekrsrikaanth/filament-test/blob/main/app/Http/Livewire/StandaloneAction.php#L29

When you choose an element from the Select element in the form, the $arguments on the form() method is empty.

Reproduction repository

https://github.com/abishekrsrikaanth/filament-test/

Relevant log output

No response

zepfietje commented 11 months ago

Dupe of https://github.com/filamentphp/filament/issues/8763.