Steve McLeod @steveofmcleod.com Β· Jan 29

A nifty piece of modern CSS to make texareas dynamically resize to fit the content as the user types. textarea { field-sizing: content; min-height: 100px; } It replaces a JS hack we used to use to achieve the same thing.

11 likes 2 replies

?

Replies

Gary Hewett πŸ‡¬πŸ‡§=>πŸ‡¨πŸ‡¦ Β· Jan 29

I need to go check that out β€” thanks