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() {
|
||||
self.options.disabled && that.gainFocus();
|
||||
},
|
||||
input: change,
|
||||
blur: blur,
|
||||
change: change,
|
||||
focus: focus
|
||||
|
|
Loading…
Reference in a new issue