diff --git a/www/form/inner.js b/www/form/inner.js index 9d4f87b79..d5d62b8f0 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -959,7 +959,7 @@ define([ evOnChange.fire(); }, 500); - $text.on('change keypress', function () { + $text.on('change keypress keyup keydown', function () { setTimeout(updateChar); evChange(); });