Search input not showing on searchable Select
After upgrading to v4, the searchable select is not working property. The search input is simply not displayed, even though it's present in the DOM.
I did all the upgrade, clear laravel cache, clear browser cache. I'm not using any theme, I don't have any published vendor files. It's a very minimal filament installation for a very little project.
I tried removing everything else from the form and just display the select, still same issue.
Here's the code
`
When I click the input to open the select, I see the 3 options, but the search input is not displayed. However I can see it in the DOM, with display none. When I remove that style from the devtools, the input appears.
Strangely, when I open the select, I can start typing, and the filtering is working, just the search input is hidden, but I can type in


23 Replies
Any JS errors?
nothing in the console
Are you on the latest version?
4.1.6 it seems
I did composer update multiple times
Can you try removing the filament assets in
public and republish them with php artisan filament:assetsjust removed css, js and fonts, then run the command, even run optimize:clear and hard reload in the browser, still the same issue
Weird. I just tested it and it works in my project:

yeah I figure that on a new install it should be fine
I don't understand where this is coming from
Sorry, me neither.
wha'ts weird is that it's also happening on production, so it's not a cache/local issue
Chromium based browser or something else?
yeah, brave
Did you try incognito mode (no extensions)?
oh
it works incognito
Great. We're on it
WAIT A MINUTE
Any password manager or similar or userscripts?
god damnit
Solution
it's PopUpOff extension
sigh
Well, seems it does it's job ....
i'm so sorry lol
No need to be sorry.