Closed vescoyez closed 9 years ago
<paper-menu multi selected-values="[0]"> <template is="dom-repeat" items="{{items}}"> <paper-item> <span>{{item.name}}</span> </paper-item> </template> <paper-item> <span>test</span> </paper-item> </paper-menu>
For example that code select the 'test' item
For example that code select the 'test' item