A polymer element to select country code/dial code.
bower install anandAbhi/country-picker
see demo/index.html
<template is="dom-bind">
<button onclick="picker.open()">Select country</button>
<p>[[country.dialCode]] [[country.name]]</p>
<country-picker id="picker"
country="{{country}}">
</country-picker>
</template>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D