globle icon indicating copy to clipboard operation
globle copied to clipboard

Remove autocomplete when entering country input

Open Achtuur opened this issue 2 years ago • 2 comments

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: globleexample

To fix this all you have to do is add autocomplete="off" to the <input> element.

Achtuur avatar Mar 22 '22 11:03 Achtuur

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.

patrickjelon avatar Apr 06 '22 14:04 patrickjelon

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

olliechick avatar Apr 06 '22 21:04 olliechick