@shaack/auto-resize-textarea
v1.1.6
Published
Auto resizing textareas, can be used with bootstrap
Downloads
34
Readme
auto-resize-textarea
Auto resizes the height of any <textarea> to match the text input.
- No dependencies
- Works with Bootstrap
Try it
Repository
Usage
<textarea class="auto-resize"></textarea>
<script src="src/auto-resize-textarea.js"></script>
<script>
autoResizeTextarea(document.querySelectorAll("textarea.auto-resize"), {maxHeight: 320})
</script>
Installation
npm -i @shaack/auto-resize-textarea