autoResize

Type:Function
Status:stable
Since:1.0.0
Platform:js
@blackbyte.sugar.js.dom.input

Automatically resize a textarea height

Params

  1. $textarea*-HTMLFormElement

    The textarea to auto resize

Example

import { autoResize } from '@blackbyte/sugar/dom';
autoResize($textarea);

Todo

  • testsnormal