Skip to content

Commit

Permalink
Fix value and placeholder for IE
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-wise committed Aug 18, 2015
1 parent 4d6928a commit f4b9b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clearable-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<template>
<span class="wrapper">
<input type="text" id="textInput" placeholder="{{placeholder}}" value="{{value::input}}" on-click="fireClicked" on-input="_valueChanged"/>
<input type="text" id="textInput" placeholder$="{{placeholder}}" value$="{{value::input}}" on-click="fireClicked" on-input="_valueChanged"/>
<div id="iconWrapper" hidden$="{{_isClearHidden}}">
<iron-icon id="clearInput" icon="{{icon}}" on-click="_testClearInput"></iron-icon>
<div>
Expand Down

0 comments on commit f4b9b4a

Please sign in to comment.