Skip to content

Commit

Permalink
add onClick action to paper-input
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcobain committed Oct 30, 2017
1 parent 5fbcccc commit 3567c22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/templates/components/paper-input.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
onfocus={{onFocus}}
onblur={{action "handleBlur"}}
onkeydown={{onKeyDown}}
onclick={{onClick}}
oninput={{action "handleInput"}}

name={{passThru.name}}
Expand All @@ -42,6 +43,7 @@
onfocus={{onFocus}}
onblur={{action "handleBlur"}}
onkeydown={{onKeyDown}}
onclick={{onClick}}
oninput={{action "handleInput"}}

accept={{passThru.accept}}
Expand Down

0 comments on commit 3567c22

Please sign in to comment.