trigger change on automplete input event

This commit is contained in:
j 2023-07-08 18:52:05 +05:30
parent eeb0b68037
commit 8a374360fa

View file

@ -309,6 +309,7 @@ Ox.Input = function(options, self) {
click: function() {
self.options.disabled && that.gainFocus();
},
input: change,
blur: blur,
change: change,
focus: focus