We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de57fb commit f17cb99Copy full SHA for f17cb99
src/lib/form-field/form-field-errors.ts
@@ -18,6 +18,5 @@ export function getMatFormFieldDuplicatedHintError(align: string): Error {
18
19
/** @docs-private */
20
export function getMatFormFieldMissingControlError(): Error {
21
- return Error('mat-form-field must contain a MatFormFieldControl. ' +
22
- 'Did you forget to add matInput to the native input or textarea element?');
+ return Error('mat-form-field must contain a MatFormFieldControl.');
23
}
0 commit comments