DevToolBox

📐 CSS field-sizing Generator

Generate CSS for automatic input/textarea sizing with field-sizing property

Configuration

Generated CSS

textarea {
  field-sizing: content;
  min-width: 200px;
  max-width: 400px;
  min-height: 50px;
  max-height: 200px;
}

Preview

Try typing to see the auto-sizing in action:

About field-sizing

The field-sizing property controls how form fields size themselves:

  • content: Field grows/shrinks to fit content
  • fixed: Default behavior (fixed size)

Browser support: Chrome 123+, Edge 123+