09d75c1e2e0e2bbfa0a22e63b1a8d56c3dc8a1a9
Root cause (diagnosed live, not the hypothesised JS throw): filterCountries runs fine and correctly populates the list, but reveals it with `list.style.display=''`. The .geo-country-list CSS default is `display:none` (style.css), so clearing the inline style falls back to none and the populated list never shows — no console error, just an invisible dropdown. Latent since the geo feature's first commit. Fix: reveal with 'block'. Verified live (typing "Német" now lists Németország). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
Go
84.4%
HTML
10.9%
Shell
2%
CSS
1.8%
Python
0.7%
Other
0.1%