This component is based on https://github.com/bluewatertracks/paper-countries. Main changes in compare to original component are:
- Search country by country name and/or country dial code
- Preselect country by country code, country name or country dial code
- Improved autoselect
- Design changes according to material design
The element can be installed using bower
bower install selvinfehric/paper-countries-dropdown
If you want to save it in bower.json file, remember to add flag --save
bower install selvinfehric/paper-countries-dropdown --save
<paper-countries-dropdown label="Country name" placeholder="Enter country name or dial code"></paper-countries-dropdown>- 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
Credits go to https://github.com/bluewatertracks/paper-countries
This project is licensed under the terms of the MIT license.