Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaack/auto-resize-textarea

Auto resizing textareas, can be used with or without bootstrap
https://github.com/shaack/auto-resize-textarea

bootstrap javascript js textarea widget

Last synced: 2 months ago
JSON representation

Auto resizing textareas, can be used with or without bootstrap

Awesome Lists containing this project

README

        

# auto-resize-textarea

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

- No dependencies
- Works with Bootstrap

## Try it

[Demo page](https://shaack.com/projekte/auto-resize-textarea/)

# Repository

[GitHub](https://github.com/shaack/auto-resize-textarea)

## Usage

```html

autoResizeTextarea(document.querySelectorAll("textarea.auto-resize"), {maxHeight: 320})

```

## Installation

npm -i @shaack/auto-resize-textarea