Home Programming News AutoGrow Textareas with CSS

AutoGrow Textareas with CSS

0
AutoGrow Textareas with CSS
[ad_1]

Because the calls for of the online change and builders experiment with totally different consumer experiences, the necessity for extra native language enhancements expands. Our presentation layer, CSS, has finished extremely effectively in enhancing capabilities, even when typically too sluggish. The necessity for native help for mechanically increasing textarea components has been lengthy recognized…and it is lastly right here!

To permit textarea components to develop vertically and horizontally, add the field-sizing property with a price of content material:

textarea {
  field-sizing: content material; // default is `mounted`
}

The default worth for field-sizing is mounted, signaling present conduct. The brand new conduct, content material, will develop as a lot as doable. To constrain the scale a textarea can develop, use conventional width/max-width and peak/max-height properties.

  • Chris Coyier’s Favorite CodePen Demos

    David requested me if I would be up for a visitor submit selecting out a few of my favourite Pens from CodePen. A frightening process! There are such a lot of! I managed to select a couple of although which have blown me away over the previous few months. When you…

  • 6 Things You Didn’t Know About Firefox OS

    Firefox OS is everywhere in the tech information and for good motive:  Mozilla’s lastly given internet builders the platform that they should create apps the best way they have been creating them for years — with CSS, HTML, and JavaScript.  Firefox OS has been quickly enhancing…

  • MooTools, mediaboxAdvanced, and Mexico

    The lightbox might be one in all my favourite elements of the Net 2.0 revolution. No extra having to open new home windows (which might lavatory down your laptop fairly a bit) to see a bigger picture, video, and many others. As a substitute, the merchandise masses proper into the…

  • Checkbox Filtering Using MooTools ElementFilter

[ad_2]

LEAVE A REPLY

Please enter your comment!
Please enter your name here