Is it possible to resize a text input box as text is typed? I've searched the web and haven't found anything.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I just made one for you, try it here: http://jsfiddle.net/FNMSP/2/
You can do this to the textarea,
Or use below to attach the function to every
Feel free to use it. |
|||||
|
|
|
Pretty simple but weird implementation :)
|
|||||||||
|
|
||||
|
|
|
If you can use a jQuery plugin, check this out... http://james.padolsey.com/javascript/jquery-plugin-autoresize/ I hope this helps. |
|||
|
|
