Tagged “no-js”
-
TIL How to auto-grow textarea with pure css css no-js forms
To do this, you replicate the content of the '<textarea>' in an element that can auto expand height, and match its sizing.Same font, same padding, same margin, same border… everything.
See all tags.