We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having no case preference would be nice:
e.g lookup({name: 'Antigua and Barbuda'}) doesn't find a match because the source data uses 'And'
lookup({name: 'Antigua and Barbuda'})
I have a branch cut with a fix for this if you want to incorporate it.
The text was updated successfully, but these errors were encountered:
Sometimes we have country name like 'UNITED STATES'
Sorry, something went wrong.
Fix the issue on https://github.com/Sonatrix/country-list https://npm.runkit.com/country-data-list
No branches or pull requests
Having no case preference would be nice:
e.g
lookup({name: 'Antigua and Barbuda'})
doesn't find a match because the source data uses 'And'
I have a branch cut with a fix for this if you want to incorporate it.
The text was updated successfully, but these errors were encountered: