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
?
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