Skip to content

Commit

Permalink
#680 set the default event to "onchange"
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Apr 6, 2017
1 parent 9ca3168 commit 42b7c53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public Collection<String> getEventNames() {
}

public String getDefaultEventName() {
return "blur";
return "change";
}

public InputText() {
Expand Down

0 comments on commit 42b7c53

Please sign in to comment.