bgrins / ExpandingTextareas

jQuery plugin for elegant expanding textareas
http://bgrins.github.com/ExpandingTextareas/
MIT License
261 stars 73 forks source link

Ability to have a max height controlled by CSS. #1

Closed Zoramite closed 12 years ago

Zoramite commented 12 years ago

Changing to use a div in place of the previous span since it is a nice block level element replacement.

Added the ability to have a max-height on the expanding textarea for browsers that support the max-height CSS property.

bgrins commented 12 years ago

Looks good!