FilamentF
Filament14mo ago
Matthew

Filtering a Select Box

Has anyone successfully introduced functionality whereby they can filter a select box ?

For example, if I have a an employees table and a document table, and I have a form that adds document records for employees...

I'll have a select box that allows me to select the employee(s), but what if i wanted to enable the users to filter that list down, such as maybe all the employees with a certain grade etc ?

I realise there are other ways to achieve something similar, like starting with the employees table and having bulk add...

But wondered if anyone else had tried this approach ?
Solution
Filament
Replace your
Select
's with beautiful Record Finders to make searching easier. Works everywhere out-of-the-box & integrates with resources.
Was this page helpful?