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

Documentation Incorrect .country-select-input should be .country-select #92

Closed metadevj closed 2 years ago

metadevj commented 2 years ago

The documentation is specifying the incorrect CSS class selector .country-select-input should be changed to .country-select.

Example:


.country-select` .flag {background-image: url("/resources/node_modules/country-select-js/build/img/flags.png")}