FilamentF
Filament3y ago
21 replies
Jordy

Morph col filter

how does one go about filtering a morph col? I can assign a user or a team to a task.. want a searchable select filter for it but I cant figure out how to do it

I was thinking of making 2 seperate ones (first select if you want to filter a User or Team, (assigned_type)

when filled in (assigned_id) appears with Users or Teams

its how I do create/update, but you cannot depend/have reactive filter inputs it seems)

Is there an easier way to achieve what I want?
Solution
Don't use a
SelectFilter
, but a Custom filter with a form
Was this page helpful?