Skip to content
Snippets Groups Projects
Commit fcb287d8 authored by Angie Byron's avatar Angie Byron
Browse files

#557272 follow-up by Dave Reid: Allow triggering states on change event.

parent 51839f24
No related merge requests found
......@@ -250,6 +250,9 @@ states.Trigger.states = {
value: {
'keyup': function () {
return this.val();
},
'change': function () {
return this.val();
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment