Closed (fixed)
Project:
Textarea Expander
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 02:23 UTC
Updated:
18 Jul 2011 at 09:20 UTC
My request is small and since I have no javascript knowledge... yet. I'd like to ask how I could get the auto expand feature to expand only on extra row. So it will only expand once I have text in the last available row. And only expand one additional row each time.
Comments
Comment #1
yngens commentedI second this request. One row would be fair enough, but ideally should be settable.
Comment #2
yngens commentedI noticed
var count = lines.length;in function resizeTextarea(textarea) and wonder why hight of textarea should be calculated according to the length of the lines? IMHO, textarea height should be calculated according to the number of entered lines or current height only, regardless how long or short is any line.Comment #3
walker2238 commentedThis issue is old... If you still want an expanding textarea I suggest you check out electic. It's a jquery plugin...