diff --git a/src/utils/dom.js b/src/utils/dom.js index 4a1d1ef..d4a52d5 100644 --- a/src/utils/dom.js +++ b/src/utils/dom.js @@ -1069,10 +1069,10 @@ const autoexpand = domUtils.data.call(target, 'autoexpand'); - if (autoexpand) { // Set Autoexpand - autoexpand.update(); + if (autoexpand) { // Set Correct Size + autoexpand.updateSize(); } - + if (domUtils.data.call(target, 'counter')) { domUtils.trigger.call(target, 'input') }