From 28e71f99554ab2d8d48150bbb24416c19326e323 Mon Sep 17 00:00:00 2001 From: grainsoft Date: Sun, 24 May 2026 03:01:10 +0300 Subject: [PATCH] updates --- src/widgets/auto-expand/AutoExpand.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/widgets/auto-expand/AutoExpand.js b/src/widgets/auto-expand/AutoExpand.js index 4dcf222..f1a422e 100644 --- a/src/widgets/auto-expand/AutoExpand.js +++ b/src/widgets/auto-expand/AutoExpand.js @@ -37,7 +37,12 @@ export class AutoExpand { * Autoexpand, Destroy */ destroy() { + this.target.dxOff('input.autoExpand'); this.target.dxRemoveData('autoexpand'); + + this.target.style.height = ''; + this.target.style.overflowY = ''; + this.target.style.resize = ''; } } \ No newline at end of file