diff --git a/frontend/client/src/views/fields/int.js b/frontend/client/src/views/fields/int.js index d58de68f3b..8fb93d28b2 100644 --- a/frontend/client/src/views/fields/int.js +++ b/frontend/client/src/views/fields/int.js @@ -36,6 +36,12 @@ Espo.define('Views.Fields.Int', 'Views.Fields.Base', function (Dep) { setup: function () { Dep.prototype.setup.call(this); this.defineMaxLength(); + + this.on('change', function () { + if (this.isRendered()) { + this.reRender(); + } + }, this); }, data: function () {