diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index bce4e153..5c9e1992 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -309,6 +309,7 @@ Ox.Input = function(options, self) { click: function() { self.options.disabled && that.gainFocus(); }, + input: change, blur: blur, change: change, focus: focus