File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/material-experimental/mdc-form-field Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import {
3535 encapsulation : ViewEncapsulation . None ,
3636} )
3737export class MatFormFieldNotchedOutline implements AfterViewInit {
38- /** Width of the notch. */
38+ /** Width of the label (original scale) */
3939 @Input ( 'matFormFieldNotchedOutlineLabelWidth' ) labelWidth : number = 0 ;
4040
4141 /** Whether the notch should be opened. */
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export class MatFormField
267267 /** State of the mat-hint and mat-error animations. */
268268 _subscriptAnimationState = '' ;
269269
270- /** Width of the outline notch . */
270+ /** Width of the label element (at scale=1) . */
271271 _labelWidth = 0 ;
272272
273273 /** Gets the current form field control */
You can’t perform that action at this time.
0 commit comments