mrmarkfrench / country-select-js

A quick jQuery-based country picker based on https://github.com/Bluefieldscom/intl-tel-input.git
MIT License
282 stars 105 forks source link

"Automatically select the country as the user types" not working. #56

Closed lalit-lintel closed 4 years ago

lalit-lintel commented 6 years ago

On every keypress it is looking starting character of country.

if I press "un" result should be "united states", but it giving country name starting from "n".

jschneier commented 6 years ago

I opened a PR with a commit that fixes this if you are interested.

mrmarkfrench commented 4 years ago

Related pull request was merged, closing this issue.