Skip to content

Commit f585dbc

Browse files
Angular Material Teamwagnermaciel
authored andcommitted
Project import generated by Copybara.
PiperOrigin-RevId: 335453885
1 parent 1c83423 commit f585dbc

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/material-experimental/mdc-form-field/form-field.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@ export class MatFormField implements AfterViewInit, OnDestroy, AfterContentCheck
294294
// abstract form control instance.
295295
deregisterValidationAttributeChangeHandler: () => {},
296296
registerValidationAttributeChangeHandler: () => null as any,
297+
298+
// Used by foundation to dynamically remove aria-describedby when the hint text
299+
// is shown only on invalid state, which should not be applicable here.
300+
setInputAttr: () => undefined,
301+
removeInputAttr: () => undefined,
297302
};
298303

299304
constructor(private _elementRef: ElementRef,

src/material/core/public-api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ export * from './line/line';
1515
export * from './option/index';
1616
export * from './ripple/index';
1717
export * from './selection/index';
18+
export * from "./gestures/gesture-annotations";
19+
export * from "./gestures/gesture-config";

0 commit comments

Comments
 (0)