trigger change on automplete input event
This commit is contained in:
parent
eeb0b68037
commit
8a374360fa
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ Ox.Input = function(options, self) {
|
||||||
click: function() {
|
click: function() {
|
||||||
self.options.disabled && that.gainFocus();
|
self.options.disabled && that.gainFocus();
|
||||||
},
|
},
|
||||||
|
input: change,
|
||||||
blur: blur,
|
blur: blur,
|
||||||
change: change,
|
change: change,
|
||||||
focus: focus
|
focus: focus
|
||||||
|
|
Loading…
Reference in a new issue