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

Commit

Permalink
Merge pull request #26 from jmuk/focus-blur
Browse files Browse the repository at this point in the history
Add on-focus and on-blur to the element itself.
  • Loading branch information
addyosmani committed Jul 14, 2014
2 parents 9a05fab + fc32b4b commit 590ce91
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 @@ -55,7 +55,7 @@

</core-style>

<polymer-element name="paper-input" extends="core-input" attributes="label floatingLabel maxRows error" on-down="{{downAction}}" on-up="{{upAction}}">
<polymer-element name="paper-input" extends="core-input" attributes="label floatingLabel maxRows error" on-down="{{downAction}}" on-up="{{upAction}}" on-focus="{{focusAction}}" on-blur="{{blurAction}}">

<template>

Expand Down

0 comments on commit 590ce91

Please sign in to comment.