css.properties

field-sizing

The field-sizing property specifies whether form fields expand to fit their content.

Formal Syntax

fixed | content

See specification

JavaScript Access

// Access via element.style
element.style.fieldSizing = 'fixed';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
field-sizing123โ€”26.2123
content123โ€”26.2123
fixed123โ€”26.2123

Related Properties