Building Better Country Selects
talysto.com
Building Better Country Selects
1–10 of 15 posts
Re: Building Better Country Selects
#2Re: Building Better Country Selects
#3Re: Building Better Country Selects
#4Re: Building Better Country Selects
#5Re: Building Better Country Selects
#6yeah the standard country dropdown is basically a scrollathon from hell and nobody wants to play "find the united kingdom" when they're just trying to buy some socks real quick
I've been foxed before in American forms where I'm forced to select UK but it shows up as GB, even though there is no GB in the list! Every time I come to fill out the form I look at what I did last year and go through the same anti-pattern.
Re: Building Better Country Selects
#7> No filtering. Users cannot narrow the list by typing
But you can use an `` instead and add a ``[0] to it with the list of countries and you will be able to filter them by typing. Granted, it still has no full support (namely, firefox), but still that's much better than a `` with no filtering ability whatsoever.
Not sure why this is not more known, though, I've seen it just like a couple of times in the wild. Now, back to job searching...
[0] https://developer.mozilla.org/es/docs/Web/HTML/Reference/Ele...
Re: Building Better Country Selects
#8better yet https://zipcodefirst.com
EDIT to remove negativity, was unnecessary.
Re: Building Better Country Selects
#9> A full country list inside a native ` ` has several structural limitations: > No filtering. Users cannot narrow the list by typing But you can use an ` ` instead and add a ` `[0] to it with the list of countries and you will be able to filter them by typing. Granted, it still has no full support (namely, firefox), but still that's much better than a ` ` with no filtering ability whatsoever. Not sure why this is not…