updates
This commit is contained in:
@@ -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 = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user