You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: