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

Commit 590ce91

Browse files
committed
Merge pull request #26 from jmuk/focus-blur
Add on-focus and on-blur to the element itself.
2 parents 9a05fab + fc32b4b commit 590ce91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-input.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
</core-style>
5757

58-
<polymer-element name="paper-input" extends="core-input" attributes="label floatingLabel maxRows error" on-down="{{downAction}}" on-up="{{upAction}}">
58+
<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}}">
5959

6060
<template>
6161

0 commit comments

Comments
 (0)