Hacker News new | ask | show | jobs
by erhaetherth 929 days ago
The Country select box should allow you to type characters when it's focused. The native <select> will do this out of the box.
1 comments

Good catch! I had a look, and it didn't work because of the flags, moving them after the country names fixed it. Thanks!