country-select-js
country-select-js copied to clipboard
How do i show blank select box?
Hello,
Is this select box supports multiple selection?
The plugin does not support multiple selections. As for showing a blank select box, see issue #55. It's not currently supported. If you don't specify a default country, it will automatically select the first one in the list.
If you have an implementation to allow the user to specify no country selected to start (perhaps by passing "none" as the default country code), I'd be happy to review a pull request.