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 {
35
35
encapsulation : ViewEncapsulation . None ,
36
36
} )
37
37
export class MatFormFieldNotchedOutline implements AfterViewInit {
38
- /** Width of the notch. */
38
+ /** Width of the label (original scale) */
39
39
@Input ( 'matFormFieldNotchedOutlineLabelWidth' ) labelWidth : number = 0 ;
40
40
41
41
/** Whether the notch should be opened. */
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ export class MatFormField
267
267
/** State of the mat-hint and mat-error animations. */
268
268
_subscriptAnimationState = '' ;
269
269
270
- /** Width of the outline notch . */
270
+ /** Width of the label element (at scale=1) . */
271
271
_labelWidth = 0 ;
272
272
273
273
/** Gets the current form field control */
You can’t perform that action at this time.
0 commit comments