How to filter select option from another select value
Is it possible to filter the exam file option to be filter by department option?
1 Reply
you can use this https://filamentphp.com/docs/3.x/forms/fields/select#customizing-the-relationship-query
fn (Builder $query, Get $get) => $query...