Attach Multiple | How does it work?
So after initially looking at this post I thought it would be straight forward:
https://filamentphp.com/tricks/allow-multiple-records-in-a-attach-select
However this alone is not enough as it only attached the first record selected even after implementing this:
Any advice? The only 'using' method I see is
->using()
so not very descriptive.18 Replies
@Dennis Koch if you get a minute, there is also a few comments on the trick page too.
I think this trick was submitted by @dennissmink 😅
ahhh! I just saw Dennis so think of you firstly
Worked fine for me at the time
Did you think you could review it now? Might be a bug we need to fix
Same issue here 😕
@dennissmink did you happen to get chance to review?
The issue still persists. Can't add multiple records in attach
what version are u running?
v2
which v2
also send code
php artisan about
v2.17.4
That’s from february. Just upgrade to the latest version.
Can I upgrade filament without composer update?
You can update specific packages if you’re worried about updating all of them.
So you can update just filament.
I updated all of them and now I have errors like this
Probably just Intelephense that hasn't indexed the new code yet