Clear input.value attribute before removing for IE. Fixes #1491. Fixes #1578.

This commit is contained in:
Kevin Schaaf
2015-05-21 23:07:20 -07:00
parent 8578a278d0
commit ed9367f7fd
3 changed files with 10 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
<span id="boundText">{{text}}</span>
<span idtest id="{{boundId}}"></span>
<s id="computedContent">{{computeFromTrickyLiterals(3, 'tricky\,\'zot\'')}}</s>
<input id="boundInput" value="{{text::input}}">
</template>
<script>
Polymer({