Skip to content

Commit

Permalink
add onKeyUp 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 3567c22 commit 96efe26
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}}
onkeyup={{onKeyUp}}
onclick={{onClick}}
oninput={{action "handleInput"}}

Expand Down Expand Up @@ -43,6 +44,7 @@
onfocus={{onFocus}}
onblur={{action "handleBlur"}}
onkeydown={{onKeyDown}}
onkeyup={{onKeyUp}}
onclick={{onClick}}
oninput={{action "handleInput"}}

Expand Down

0 comments on commit 96efe26

Please sign in to comment.