fix input_select state change (#67)

This commit is contained in:
Per Sandström 2016-06-14 03:23:54 +02:00 committed by Paulus Schoutsen
parent f0466f42e5
commit 1fadec8ded

View File

@ -24,7 +24,7 @@
<state-badge state-obj='[[stateObj]]'></state-badge>
<paper-dropdown-menu
on-tap='stopPropagation'
selected-item-label='[[selectedOption]]'
selected-item-label='{{selectedOption}}'
label='[[stateObj.entityDisplay]]'>
<paper-menu class="dropdown-content" selected="[[computeSelected(stateObj)]]">
<template is='dom-repeat' items='[[stateObj.attributes.options]]'>