multi-select with relationship not returning data
Good afternoon.
I'm currently trying to make a Filament action on a livewire page which sends a message to selected users.
To select the users I'm using a multi-select. And I added a createOptionForm so a user can add additional users they want to message. This all works wonderful, except when I submit the form the data doesn't to exist (see picture).
I don't know if this is a bug in Filament or if I'm doing something wrong.
Said select
How I catch the data from the form
I'm currently trying to make a Filament action on a livewire page which sends a message to selected users.
To select the users I'm using a multi-select. And I added a createOptionForm so a user can add additional users they want to message. This all works wonderful, except when I submit the form the data doesn't to exist (see picture).
I don't know if this is a bug in Filament or if I'm doing something wrong.
Said select
How I catch the data from the form
