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
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -250,6 +250,9 @@ states.Trigger.states = { ...@@ -250,6 +250,9 @@ states.Trigger.states = {
value: { value: {
'keyup': function () { 'keyup': function () {
return this.val(); return this.val();
},
'change': function () {
return this.val();
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment