Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove autocomplete when entering country input #60

Open
Achtuur opened this issue Mar 22, 2022 · 2 comments
Open

Remove autocomplete when entering country input #60

Achtuur opened this issue Mar 22, 2022 · 2 comments

Comments

@Achtuur
Copy link

Achtuur commented Mar 22, 2022

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.

@patrickjelon
Copy link

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.

@olliechick
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants