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

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 `` to match the text input.

- No dependencies
- Works also with Bootstrap

## References

- [Demo page](https://shaack.com/projekte/auto-resize-textarea/)
- [GitHub repository](https://github.com/shaack/auto-resize-textarea)
- [npm package](https://www.npmjs.com/package/@shaack/auto-resize-textarea)

## Usage

```html

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

```

## Installation

```bash
npm -i @shaack/auto-resize-textarea
```

---

Find more high quality modules from [shaack.com](https://shaack.com)
on [our projects page](https://shaack.com/works).