This commit is contained in:
2026-05-24 03:01:10 +03:00
parent 9db7b1e54b
commit 28e71f9955
+5
View File
@@ -37,7 +37,12 @@ export class AutoExpand {
* Autoexpand, Destroy * Autoexpand, Destroy
*/ */
destroy() { destroy() {
this.target.dxOff('input.autoExpand'); this.target.dxOff('input.autoExpand');
this.target.dxRemoveData('autoexpand'); this.target.dxRemoveData('autoexpand');
this.target.style.height = '';
this.target.style.overflowY = '';
this.target.style.resize = '';
} }
} }