diff --git a/source/Ox.UI/js/Form/Ox.Input.js b/source/Ox.UI/js/Form/Ox.Input.js index af8fa6bd..49d63179 100644 --- a/source/Ox.UI/js/Form/Ox.Input.js +++ b/source/Ox.UI/js/Form/Ox.Input.js @@ -626,7 +626,7 @@ Ox.Input = function(options, self) { // change gets invoked before blur self.options.value = self.$input.val(); self.originalValue = self.options.value; - that.triggerEvent('change', { + !self.options.changeOnKeypress && that.triggerEvent('change', { value: self.options.value }); }