no autocomplete fields
This commit is contained in:
parent
bb7fe206d1
commit
b3a73dedbf
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ Ox.Input = function(options, self) {
|
||||||
self.options.disabled && that.gainFocus();
|
self.options.disabled && that.gainFocus();
|
||||||
},
|
},
|
||||||
input: event => {
|
input: event => {
|
||||||
if (Ox.contains(['text', 'password'], self.options.type)) {
|
if (!self.options.autocomplete && Ox.contains(['text', 'password'], self.options.type)) {
|
||||||
change(event)
|
change(event)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue