PHPackages                             wangaz/contao-form-auto-grow - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. wangaz/contao-form-auto-grow

ActiveContao-module[Utility &amp; Helpers](/categories/utility)

wangaz/contao-form-auto-grow
============================

Automatically resizes textareas depending on their content

3.1.2(8y ago)341[1 issues](https://github.com/wangaz/contao-form-auto-grow/issues)CC-BY-SA-4.0PHPPHP &gt;=5.3

Since Jun 30Pushed 7y ago2 watchersCompare

[ Source](https://github.com/wangaz/contao-form-auto-grow)[ Packagist](https://packagist.org/packages/wangaz/contao-form-auto-grow)[ Docs](http://www.wangaz.com)[ RSS](/packages/wangaz-contao-form-auto-grow/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Form Auto Grow for Contao
=========================

[](#form-auto-grow-for-contao)

Automatically resizes textareas depending on their content for [Contao CMS](https://contao.org).

License
-------

[](#license)

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).

CSS Tips
--------

[](#css-tips)

Use the following CSS-Styles to get most out of Auto Grow.

Hide the vertical scrollbar that sometimes appears in Webkit while resizing:

```
textarea {
    overflow-y: hidden;
}
```

Hide the resize handle in Webkit:

```
textarea {
    resize: none;
}
```

Animate the height via CSS-Transforms:

```
textarea {
    -moz-transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~263 days

Recently: every ~329 days

Total

6

Last Release

3017d ago

Major Versions

2.1.0 → 3.0.02014-06-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/155aa5381736a18d5359a26361872792c06736dbcb877ad0558cc43d986d1239?d=identicon)[Wangaz](/maintainers/Wangaz)

---

Top Contributors

[![7FyOh](https://avatars.githubusercontent.com/u/17138111?v=4)](https://github.com/7FyOh "7FyOh (2 commits)")[![viliusle](https://avatars.githubusercontent.com/u/3708786?v=4)](https://github.com/viliusle "viliusle (1 commits)")

---

Tags

contaotextareaautogrow

### Embed Badge

![Health badge](/badges/wangaz-contao-form-auto-grow/health.svg)

```
[![Health](https://phpackages.com/badges/wangaz-contao-form-auto-grow/health.svg)](https://phpackages.com/packages/wangaz-contao-form-auto-grow)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
