diff --git a/packages/@react-spectrum/s2/src/Field.tsx b/packages/@react-spectrum/s2/src/Field.tsx index 55a668e7ad9..4c42adc0be3 100644 --- a/packages/@react-spectrum/s2/src/Field.tsx +++ b/packages/@react-spectrum/s2/src/Field.tsx @@ -35,6 +35,7 @@ interface FieldLabelProps extends Omit) { labelPosition, staticColor, contextualHelp, + isQuiet, UNSAFE_style, UNSAFE_className = '', ...labelProps @@ -80,9 +82,10 @@ function FieldLabel(props: FieldLabelProps, ref: DOMRef) { contain: { labelPosition: { top: 'inline-size' - } + }, + isQuiet: 'none' } - })({labelAlign, labelPosition})}> + })({labelAlign, labelPosition, isQuiet})}>