material design - Polymer 1.0 missing paper-select workaround -


since there no paper-select element, there way of using iron-dropdown apply material design below select type extension element?

<dom-module id="my-products">     <template>         <option value="volvo">volvo</option>         <option value="saab">saab</option>         <option value="mercedes">mercedes</option>         <option value="audi">audi</option>     </template>      <script>         polymer({             is: 'my-products',             extends: 'select'         });     </script> </dom-module> 

this demonstrated in newly released paper-dropdown-element on github:

https://github.com/polymerelements/paper-dropdown-menu


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -