I'm trying to implement a drop down menu in the title bar of my app. Filament 4, Laravel 12.
I just want a drop down in the top right. The menu items are pulled from a table 'id', 'companyname'. I want the company name to form the items and when one is clicked, it updates a Session:: variable with the selected ID. By default the menu should display the name of the company in that session variable. Simple really.
I've tried all manner of everything and I keep banging into the same thing as that poster. Component not found when making the selection in the drop down. It seems to do with the live() method. Remove that and it seems to work, but obviously I want it live!
Is there a better way of doing what I want? If not, how do I get the referenced code working in 4.x?
Hi Everyone, I'm working on a project with Laravel Filament and I'm looking to enhance the top bar by adding a dropdown field. Imagine a vibrant red rectangle at the top of the screen; that's where I