dobtco / dvl-core

Base styles for the DOBT View Layer.
https://design.dobt.co/
1 stars 1 forks source link

Auto-expanding textareas #95

Closed jrubenoff closed 8 years ago

jrubenoff commented 9 years ago

Problem

I see things like this pretty frequently:

screen shot 2015-05-21 at 5 05 59 pm

screen shot 2015-05-21 at 5 06 16 pm

Pretty cramped.

Proposal

Textareas that automatically expand as you add more text.

I've only seen this implemented in super-hacky ways (like a duplicate textarea positioned -1000px offscreen). @dobtco/dev, any alternatives you've seen?

ajb commented 9 years ago

Self-assigning because I was just researching this for formrenderer. Should be able to implement something pretty easily, I think.