Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Adds support for textarea's "rows" attribute and makes autogrow optional #3544

Closed
wants to merge 1 commit into from
Closed

Adds support for textarea's "rows" attribute and makes autogrow optional #3544

wants to merge 1 commit into from

Conversation

nantunes
Copy link
Contributor

@nantunes nantunes commented Jul 1, 2015

Replaces corrupted PR #2899.

Makes textarea autogrow optional, partly resolves #1209
Fixes textarea auto grow inside scrollable container (resolves #2007 and possibly others)
Adds support for textarea auto grow based on rows attribute (resolves #2006)
Avoid "rows" attribute unintended overwrite by default value

Fixes textarea auto grow inside scrollable container (resolves #2007 and possibly others)

Adds support for textarea auto grow based on rows attribute (resolves #2006)

Avoid "rows" attribute unintended overwrite by default value
@nantunes nantunes mentioned this pull request Jul 1, 2015
@ThomasBurleson ThomasBurleson added this to the 0.10.1 milestone Jul 2, 2015
@ThomasBurleson ThomasBurleson self-assigned this Jul 2, 2015
@ThomasBurleson
Copy link
Contributor

@nantunes - I will review and merge this. Can you add another PR that provides unit tests for these changes? Thx.

Splaktar pushed a commit that referenced this pull request Jul 4, 2015
Fixes textarea auto grow inside scrollable container (resolves #2007 and possibly others)
Adds support for textarea auto grow based on rows attribute (resolves #2006)
Avoid "rows" attribute unintended overwrite by default value

Fixes #1209. Fixes #2007. Fixes #2006. Closes #3544.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.