How to create multi-select field using <x-filament::input.select> tag (not using the Filament\Forms

I tried adding multiple attribute in <x-filament::input.select> but it looks like just the native select
No description
No description
3 Replies
toeknee
toeknee2mo ago
You need to define $isMultiple true prior to calling the select. see: isMultiple: @js($isMultiple()), On the select blade then it is run with x-data.
ajcastro
ajcastro2mo ago
@toeknee where do you define that?
toeknee
toeknee2mo ago
Have a look at the select

Did you find this page helpful?