diff --git a/src/definitions/behaviors/form.js b/src/definitions/behaviors/form.js index 63ca17312..e43da2be5 100644 --- a/src/definitions/behaviors/form.js +++ b/src/definitions/behaviors/form.js @@ -208,7 +208,7 @@ $.fn.form = function(fields, parameters) { get: { changeEvent: function(type) { - if(type == 'checkbox' || type == 'radio') { + if(type == 'checkbox' || type == 'radio' || type == 'hidden') { return 'change'; } else {