Build Status Published on webcomponents.org

<paper-select-or-other>

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

Installation

Install using bower: bower install --save Meravici/paper-select-or-other

Usage

 <paper-select-or-other label="Label"
                        items="[[items]]"
                        disabled$='[[disabled]]'>
 </paper-select-or-other>

Detailed docs with demo can be found here

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D