Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
make floatedLabel display: none if not floating label
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jun 25, 2014
1 parent df96fd4 commit 03da0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<link href="paper-input.css" rel="stylesheet">

<div id="floatedLabel" class="hidden"><span id="floatedLabelSpan">{{label}}</span></div>
<div id="floatedLabel" class="hidden" hidden?="{{!floatingLabel}}"><span id="floatedLabelSpan">{{label}}</span></div>

<div id="container" on-transitionend="{{transitionEndAction}}" on-webkitTransitionEnd="{{transitionEndAction}}">

Expand Down

0 comments on commit 03da0db

Please sign in to comment.