globle
globle copied to clipboard
Remove autocomplete when entering country input
While playing a minor issue I have is that when entering a country name, it will suggest previous entries. This is the default for an input tag and it, quite frankly, sucks. It's case sensitive, unsorted and it blocks view of the globe. I've read the other thread about an autocomplete suggestion and that you were not a big fan of adding it, so then it's weird and annoying that the default autocomplete is enabled. The image below shows my issue:
To fix this all you have to do is add autocomplete="off"
to the <input>
element.
I think what would be even better is taking a page from Worldle's book and creating country prompts to make it easier to choose countries and also for those who's first language isnt English to guess.
I think what would be even better is taking a page from Worldle's book and creating country prompts to make it easier to choose countries and also for those who's first language isnt English to guess.
This has been suggested in #32