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

Add placeholder for country-select-js #96

Closed Icaros77 closed 2 years ago

Icaros77 commented 2 years ago

Added a placeholder for the plugin

in defaultCountry option can be passed in an empty string

it also prevents the plugin throwing errors if the user types in a country that doesn't exist in the plugin the associated countryCodeInput's will also be set to null

please check if i have overlooked something