1.1.9 • Published 6 months ago

@shaack/auto-resize-textarea v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

auto-resize-textarea

Auto resizes the height of any <textarea> to match the text input.

  • No dependencies
  • Works also with Bootstrap

References

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

Find more high quality modules from shaack.com on our projects page.

1.1.9

6 months ago

1.1.8

6 months ago

1.1.7

6 months ago

1.1.6

2 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago