From 8a374360fafd97af2da743c79a9a41743b97baeb Mon Sep 17 00:00:00 2001 From: j Date: Sat, 8 Jul 2023 18:52:05 +0530 Subject: [PATCH] trigger change on automplete input event --- source/UI/js/Form/Input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/UI/js/Form/Input.js b/source/UI/js/Form/Input.js index bce4e153..5c9e1992 100644 --- a/source/UI/js/Form/Input.js +++ b/source/UI/js/Form/Input.js @@ -309,6 +309,7 @@ Ox.Input = function(options, self) { click: function() { self.options.disabled && that.gainFocus(); }, + input: change, blur: blur, change: change, focus: focus