mrmarkfrench / country-select-js

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

Fix `excludeCountries` option documentation #79

Closed Ammarpad closed 3 years ago

Ammarpad commented 3 years ago

It seems excludeCountries is for exclusion, meaning the specified countries will not be listed. (Opposite of onlyCountries)

mrmarkfrench commented 3 years ago

Whoops. Yeah, looks like just bad copypasta on the comment for this one. Nice catch.