paper-select-or-other is a polymer element built upon paper-dropdown-menu and gives you the ability to have a custom input field alongside with predefined list of items
Install using bower: bower install --save Meravici/paper-select-or-other
<paper-select-or-other label="Label"
items="[[items]]"
disabled$='[[disabled]]'>
</paper-select-or-other>Detailed docs with demo can be found here
- 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