September 6 at 1:26 pm
- Link
An HTML textarea element does not expand automatically to accommodate the contained text. With JavaScript we can make the textarea expand as we add more text or shrink as we remove text. This example looks at the problems with the usual solution and a new solution that works when proportional fonts are used. - Nick Bouton

