diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index 09ad1887..488f042b 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -310,9 +310,11 @@ Ox.Input = function(options, self) { self.options.disabled && that.gainFocus(); }, input: event => { + /* if (!self.options.autocomplete && Ox.contains(['text', 'password'], self.options.type)) { change(event) } + */ }, blur: blur, change: change,