summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/states.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/states.js b/misc/states.js
index 2feef8dfd..2a664dd59 100644
--- a/misc/states.js
+++ b/misc/states.js
@@ -250,6 +250,9 @@ states.Trigger.states = {
value: {
'keyup': function () {
return this.val();
+ },
+ 'change': function () {
+ return this.val();
}
},