Mat form field must contain a matformfieldcontrol. The floatLabel="never" property on the mat-form-field keeps the placeholder from floating in the As I said in my response mat-form-field requires "matInput" as a direct child, because it needs to hook into MatFormFieldControl to check for input events like "focus". Mat form field must contain a matformfieldcontrol

 
 The floatLabel="never" property on the mat-form-field keeps the placeholder from floating in the As I said in my response mat-form-field requires "matInput" as a direct child, because it needs to hook into MatFormFieldControl to check for input events like "focus"Mat form field must contain a matformfieldcontrol  The form field will add a class, mat-form-field-type- { {controlType}} to its root element

Solution. 2. 1 'mat-form-field' is not a known element: 1. 0 Popularity 9/10 Helpfulness 8/10 Language whatever. Error: mat-form-field must contain a MatFormFieldControl. etc. mat-form-field must contain a matformfieldcontrol unit test. So, I am having problems using mat-select with mat-form-field . Angular: mat-form-field must contain a MatFormFieldControl. If 'mat-form-field' is an Angular component, then verify that it is part of this module. But it is containing it, it's just withing the ng-content projection. 61K subscribers. I have integrated the material UI in my angular project using this command ng add @angular/material and I have imported the all necessary components on app. Though it is not very clear but add formControl "mat-selection-list" Hi, I went thru similar questions here but did not found solution for me so I am triing to ask with my code. This property allows us to specify a unique string for the type of control in form field. Wrapping the mat-select in a mat-form-field gives me the following error: mat-form-field must contain a MatFormFieldControl. The below code will not work. 0. Angular Material DatePicker -- Error: mat-form-field must contain a MatFormFieldControl 2 'mat-datepicker-actions' is not a known element - best solution required. mat-form-field must contain a MatFormFieldControl when creating a. On this page. It shows the input box with an underline underneath it. Follow asked Aug 16, 2019 at 10:03. What am I doing wrong? Angular mat-form-field. so the answer is: if we want to use our custom wrappe, we need to create a custom form-field-control for it, in our case we need to create custom mat-form-field-control //our custom form field control <mat-form-field> has a color property which can be set to primary, accent, or warn. Hot Network Questionsmat-form-field must contain a MatFormFieldControl and already imported. 1. Angular unexpected error: Cant bind FormControl to input. I guess this has to do with mat-form-field not directly containing a matInput-field. 11. – Harleay. this is my child controller: @Input () building: Building; @ViewChild. 0. <mat-form-field> <mat-label> {{column}} </mat-label> <input type="text" matInput [(ngModel)]="element. This error occurs when you have not added a form field control to your form field. Do not wrap the buttons with mat-form-field. if however recipe component is declared within appModule then you have to import mat module there !! Also please check for FormsModule, as you are using mat-form-field. @JoostK Thanks for your solution. We recommend a specificity of at. Solution. 4 and the stackblitz is not working for me :) (But I would love a material theme) And btw, if the material theme could contains the material checkbox for the multiple select, that would be awesome !! I have created a new angular form, that includes both text input and now a select box. The mat-form-field supports 4 different appearance variants which can be set via the appearance input. Error: mat-form-field must contain a MatFormFieldControl. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control. mat-input-element { background: rgb(76, 0, 255) !important; } or::ng-deep . Updated: Removed previous version as Optional Chaining not supported in [ (value)]. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule. Home / Codes / typescript (3) Relevance Votes Newest. In this post, we explore the : mat-form-field must contain a matformfieldcontrol , its , and effects. *mat-form-field must contain a MatFormFieldControl. Where you can see that focusin is the event that opens the "options". module. Update app. Those elements are inside <mat-form-field> (with position absolute), that's why changing <mat-form-field> classes doesn't work. Did you forget to add matInput to the native input or textarea element?To implement stripe in my angular 6 material project, I am getting mat-form-field must contain a MatFormFieldControl. . Form field · Grid list · Icon · Input. fonts. <mat-form-field> <mat-label>Input</mat-label> <input matInput *ngIf="condition"/> </mat-form-field> The mat-form-field: <mat-form-field> <example-tel-input placeholder="Phone number" required></example-tel-input> <mat-icon matSuffix>phone</mat-icon> <mat-hint>Include area code</mat-hint> </mat-form-field> The component with the inputs: I had the same issue. patchValue ( { select: this. mat-form-field must contain a MatFormFieldControl #11472. mat-form-field must contain a MatFormFieldControl. By Megan Leannon at Mar 05 2021. 112. We recommend a specificity of at. Wrong --> <mat-form-field> </mat-form-field> <mat-form-field> </mat-form-field> Breaking News: Grepper is joining You. so it doesn't really help. 1. you are right. 0. 2,389 5 5 gold badges 23 23 silver badges 34 34. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control. This is what I get: core. – Gérôme Grignon. module. Use of formControl inside mat-select in AngularMaterial. mat-form-field must contain a matformfieldcontrol checkbox. mat-form-field must contain a MatFormFieldControl and already imported. _formBuilder. mat-form-field control input should not contain *ngIf. mat-form-field must contain a MatFormFieldControl. Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Home / Codes / typescript (3) Relevance Votes Newest. 2. Ensure that you have a corresponding model property (e. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control 0 Mat-Button Error: mat-form-field must contain a MatFormFieldControlSome of these mat form fields are working but some are not working. Share Improve this answerI have a form with some mat-form-field, it is supposed to have together with others two inputs as date picker this. 26. You should have imported your material module inside your recipe module. Implementing MatFormFieldControl. nativeElement. Angular material form not working - mat-form-field must contain a MatFormFieldControl. You signed out in another tab or window. Angular Error: "mat-form-field' is not a known. I want to show the first one on the first case and the second one on the second case. Image. <mat-checkbox> part of Angular Material module called MatCheckboxModule. In the Angular Material documentation, they say [formControlName] cannot be used with a mat-checkbox. ngControl. MatFormField is a component used to wrap several Angular Material components and apply common Text field styles such as the underline, floating label, and hint messages. Hot Network Questions Overstayed my visa in Germany by 9 daysRemove the form control from the mat-radio-group since you are assigning the value in a method setAnswer(answer : any). mat-form-field must contain a MatFormFieldControl and already imported. 1. 10 hours ago · I have tried implementing the mat-paginator using the bootstrap table. Closed cpratiksha opened this issue May 14, 2019 · 13 comments ClosedDuring my digital escapades, I stumbled upon a rather techy question that a few of you might have googled - "Mat form field must contain a MatFormFieldControl?" It took me back to those days in New York when I was dabbling in the digital side of magazines, always surrounded by talented web developers. If you call the dialog from *. But the results are not satisfactory. 2. 2,389 5 5 gold badges 23 23 silver badges 34 34. But it is containing it, it's just withing the ng-content projection. The <mat-form-field> will add an additional class based on this type that can be used to easily apply special styles to a <mat-form-field> that contains a specific type of control. Also, make sure you don't have a *ngIf on the mat-select or mat-input. About; Products. at. If your form field contains a native <input> or <textarea> element,. The <mat-form-field> will add an additional class based on this type that can be used to easily apply special styles to a <mat-form-field> that contains a specific type of control. Development. I've tried. I have created a form that has inputs of text type and a mat-slider to get a numeric value // TS this. mat-form-field must contain a MatFormFieldControl and already imported. The <mat-select/> or <select/> component can be used in a form-field created by adding <mat-form-field/>. 1 Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. Custom stepper using the CdkStepper Create a custom stepper. ts. We'll be right back. Follow edited Oct 6, 2017 at 10:35. Documentation Feedback Usecase: in my form, i need to replace textarea (inside mat-form-field) with a code editor. We also provide tips on how to resolve it by double-checking code implementation, debugging, and seeking support from relevant documentation or forums. This is the html code. This can be overridden to an explicit size using CSS. How to use <mat-form-field> <input type file , for upload a file #11732. mat-form-field must contain a MatFormFieldControl in type file Input field. Improve this answer. Teams. Hot Network Questions I would like to model this shape, but can't figure out how. ,The MatFormField component throws the mat-form-field must contain a MatFormFieldControl error,I want to be able to dyamically load a mat-form-field component and pass in the input node I want inside via the. . I am currently looking deeper at some of the warnings I am getting in my Jasmine/Karma tests and when I tried adding the MatFormFieldModule and MatInputModule as follows: import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { MatDialogRef,. querySelectorAll('mat-option'). About; Products For Teams; Stack. 2. In Angular Material, the select component is created by adding the <mat-select/> or native <select/> components. <mat-form-field> has a color property which can be set to primary, accent, or warn. For integration I am using ngx-stripe. In this example we'll use my-tel-input as our control type which will result in the form field adding the class mat-form-field-my-tel-input. あなたの`mat-form-field` に `<input>`または `<textarea>`要素を含む場合、`matInput` ディレクティブを追加し、`MatInputModule` をインポートしていることを確認してください。 そうでなければ、アプリケーションで`mat-form-field must contain a MatFormFieldControl` エラーが発生します。 Update: Option 1 does not work for new angular versions because @ViewChild () returns undefined in ngOnInit () hook. Lively Llama answered on November 10, 2020 Popularity 10/10. The matInput directive needs to be added to the <input> elements. Learn more about TeamsAngular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control 3 Angular Material DatePicker -- Error: mat-form-field must contain a MatFormFieldControlProperties. mat-form-field must contain a matformfieldcontrol combobox mat-form-field must contain a matformfieldcontrol. I have simple Angular Material form with a text input. 19 Uncaught Error: Unexpected directive 'MatFormField' imported by the module 'AppModule'. その際の対処法をメモしておきましたので、記事にしておこうと思います。. Share. Elevation helpers Enhance your components with elevation and depth. Q&A for work. <select matNativeControl> <mat-select> <mat-chip-list> Simple form field Input Textarea Select Select link Form field appearance variants The mat-form-field supports 4. controlType . But no matter what I do, Angular tells me: Error: mat-form-field must contain a MatFormFieldControl. <mat-form-field> is a component used to wrap several Angular Material components and apply common Text field styles such as the underline, floating label, and hint messages. The form will still work without it. I'm trying to create a component for a list of tags that I should be able to import everywhere. The login page is correctly shown: In the register page are only the first two "mat-form-field"-components shown: But if I click on the space where the components should be, they are shown:For me it's working fine. Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control. Asking for help, clarification, or responding to other answers. schemas' of this component to. Bug, feature request, or proposal: Currently, I'm not sure it's a bug or it's intended: When use ng-container with mat-form-field, got this error: field must contain a MatFormFieldControl. Hi Guys , I have faced this error ERROR Error: mat-form-field must contain a MatFormFieldControl. The <mat-form-field> will add an additional class based on this type that can be used to easily apply special styles to a <mat-form-field> that contains a specific type of control. The ngFor must be used on the mat-option element otherwise, with the current implementation, you will end up with a single. . ts file. From what I understand, it is also not possible to put the group inside a mat-form-field either. mat-form-field must contain a MatFormFieldControl. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control. Class MatFormFieldModule is not an Angular module. I was trying to find out the solution but failed. 2. 0. mat-form-field must contain a MatFormFieldControl. 1 'mat-form-field' is not a known element: 1. If 'mat-form-field' is an Angular component, then verify that it is part of this module. It does get selected if I click within the area of the radio button but outside of the form field. Angular 10: ERROR Error: mat-form-field must contain a MatFormFieldControl. Learn more about TeamsGuide: “mat-form-field must contain a MatFormFieldControl” The `mat-form-field` is a fundamental component in Angular Material that allows us to create beautiful and accessible forms. . Validate a form using Angular-material. Mat-table Sorting Demo not Working. Nếu trường biểu mẫu của bạn chứa một phần tử gốc hoặc phần tử, hãy đảm bảo bạn. formBuilder. This can be overridden to an explicit size using CSS. Angular Material form issue: angular mat-form-field must contain MatFormFieldControl Hot Network Questions Getting rid of cube roots in the form of (a+b)+(a-b)mat-form-field must contain a MatFormFieldControl. If you have multiple modules make sure you're importing the MatFormFieldModule in every module. js:6237 message:"mat-form-field must contain a MatFormFieldControl. Here are a few possible Here are a few possible This answer is helpful and/or accurate. I am using Angular Material to create chips entered in the input field. 0. I don't want to show those chips inside my input field what I wanna do is when user enters anything, the chip should be created under the input field(not inside the input. <mat-form-field floatLabel="always"> <mat-label>Label</mat-label> <mat-slide-toggle>Raw</mat-slide-toggle> <textarea matInput hidden. Improve this question. log() it only appear null without value. Follow answered Jun 20 at 5:45. 1313 Can't bind to 'formGroup' since it isn't a known property of 'form'. mat-form-field must contain a MatFormFieldControl. If 'mat-form-field' is an Angular component, then verify that it is part of this module. 导入MatInputModule 和MatFormFieldModule 2. Now, in the response I receive only the answer for the first mat-select (i. This is the template :When I try submit form and when I console. formControlName for mat-list gives 'mat-form-field must contain a MatFormFieldControl' 0. 1 'mat-form-field' is not a known element: 1. mat-form-field must contain a MatFormFieldControl when creating a. The elements like <input> or <textarea>, which are placed inside mat-form-field acts as form field controls. A lot of things from mat-form-field depends on direct input child with matInput directive. I am using angular material native select and getting error: mat-form-field must contain a matformfieldcontrol HTML : &lt;mat-form-field&gt; &lt;select matNativeControl formControlName="xyz"Solution 2: Or if you want to set the value of your select to the object and not only the id, you need to change your template to reference the whole object: <mat-option [value]="choice" *ngFor="let choice of choices">. I want to build a form-field-Components. 4 Angular ng-content not working with mat-form-field. It collects links to all the places you might be looking at while hunting down a tough bug. formBuilder. <mat-form-field> inherits its font-size from its parent element. - For Drag and Drop Load 6 more related questions Show fewer related questionsI'm using angular material to construct a page, i'm trying to use the mat-form-field component but the label is not working and i don't know why. component. Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. The Angular error "mat-form-field must contain a MatFormFieldControl" occurs for multiple reasons: Forgetting to import MatInputModule. If I add *ngIf to my material input, it says "mat-form-field must contain a MatFormFieldControl. I'm on angular 7. I've created an editable using Angular Material, when a row is in an editable state each cell will show an input field depending on what data type is being displayed, e. js:6210 ERROR Error: mat-form-field must contain a MatFormFieldControl. Much easier to debug that way. Copy. mat-form-field-flex{ background-color: rgb(255, 0, 0); } as well as you can use your style. Load 7 more related questions Show fewer related questions Sorted by: Reset to default Know someone who can answer?. 1. <input matNativeControl> & <textarea matNativeControl> (version 7 &. Paramjeet. Angular 10: ERROR Error: mat-form-field must contain a MatFormFieldControl. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom. In my case I had a mat-form-field with *ngIf and the fix was wrapping the mat-form-field in another element and allpy the *ngIf on him. Oh I see. We recommend a specificity of at. Subscribe. 3. 1. The mat-form-field is with appearance="outline". I imported MatFormFieldModule at my main module, but forgot to add MatInputModule to. com,. mat-form-field-appearance-outline . ERROR Error: "mat-form-field must contain a MatFormFieldControl. <mat-form-field> is a component used to wrap several Angular Material components and apply common Text field styles such as the underline, floating label, and hint messages. This will affect all the mat-input in your project. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule. – Harleay. e. Two mat-slide-toggle with reactiveForms. Share. 0. In this document, "form field" refers to the wrapper component <mat-form-field> and "form field control" refers to the component that the <mat-form. Cannot install npm package in Angular project. Error: Cannot find control with path: 'FormArray -> FormControlName' Angular. Using mat-form-field with mat-input is not a problem, and I am fairly sure my imports are correct as well, yet I receive the following. Is this a bug or som. Do not wrap the buttons with mat-form-field. com. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control 1 Angular Material form issue: angular mat-form-field must contain MatFormFieldControl In this post, we explore the : mat-form-field must contain a matformfieldcontrol , its , and effects. It shows the input box with an underline underneath it. Maintaining a parallel fork of a project that contains the. Actually the error doesn't mean a module import problem, but that you're using the mat-form-field without a valid control. ah okay now i get it. Stack Overflow. 1. 0. group({ dailyConsumption: ['', Validators. How to align correctly mat form field in my forms in Angular 11 material? 163. Whether the control is empty. mat-form-field must contain a. angular; angular2-forms; angular4-forms; Share. required],. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control. module. mat-form-field must contain a MatFormFieldControl. mat-form-field-underline { display: none;} The underline is always going to be hidden but you can apply this style conditionnaly with the use of ngClass. 以下のエラーメッセージが表示されます。. Adrian Kokot. MatFormFieldControl 是一个接口,定义了一个表单控件应该具备的属性和方法。 表单控件可以实现这个接口来与mat-form-field组件进行交互。. here is the code of the HTML openDialog:ERROR Error: mat-form-field must contain a MatFormFieldControl. 0. Mat-Button Error:. for options) :. The <mat-form-field> doesn't support <input type="file" /> and as far as I can see there is nothing that supports it. Angular material form not working - mat-form. Angular – mat-form-field must contain a MatFormFieldControl; Angular2 how to know if an input is of type radio with reactive forms; Angular – Disable (make read-only) text input on mat-datepicker when using a reactive. Enter the details and click save. Add Answer . 1 Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. ", but I have the mat-input right behind it (also tried it before ngIf) has anyone succesfully wrapped ng-select for angular material, so it actually aligns and behaves like all the other fields? we decided against ng-select because of this and used ngx-mat-select-search instead, which is buggy and has a lot of boilerplate code. @Adam's comment to previous answer led me to the mat-autocomplete component's own test, specially here. ts and is imported in my shared module : import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common';. No branches or pull requests. 1. ts: import { MatFormFieldModule, MatSelectModule, MatInputModule } from. Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. It's generally helpfully to find the smallest version of your problem that's still broken. I expect when I click the label, the input will be focused but I only can achieve this if I use label instead of mat-label. link Providing our component as a MatFormFieldControl The first step is to provide our new component as an implementation of the MatFormFieldControl interface that the. I am trying to style some mat-form-fields from angular material. Good afternoon! These days i've been working on to a pokemon-based project which consists in getting a random attack (1 of 4 strings) just by choosing in two selects (the trainer and the pokemon one). The issue was due to not importing the MatInputModule in the app. Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. Simplified Code: <mat-radio-button> <mat-form-field> <input matInput> </mat-form-field> </mat-radio-button>Hvis din `mat-form-field` indeholder en ` ` eller ` ` element, skal du sikre dig, at du har tilføjet `matInput` -direktivet til det og har importeret `MatInputModule`, ellers vil du få `mat-form-field must contain a MatFormFieldControl` -fejl i din applikation. I tried the NGX Angular Material library because it's the only one which contains a file input compatible with Angular Material. As I said in my response mat-form-field requires "matInput" as a direct child, because it needs to hook into MatFormFieldControl to check for input events like "focus". templateForm = this. Adrian Kokot. 1. Error: mat-form-field must contain a MatFormFieldControl. We also provide tips on how to resolve it by double-checking code implementation, debugging, and seeking support from relevant documentation or forums. 0. The following Angular Material components are designed to work inside a <mat-form-field>: 2. {"payload":{"allShortcutsEnabled":false,"fileTree":{"src/material/form-field":{"items":[{"name":"directives","path":"src/material/form-field/directives","contentType. There are many mat-form-field elements in our application. <md-form-field> <input type="text" mdInput> </md-form-field>. It's not sufficient to just import it in the root module. Angular: mat-form-field must contain a MatFormFieldControl. mat-form-field' is not a known element in angular. Saved searches Use saved searches to filter your results more quicklyAngular Material form issue: angular mat-form-field must contain MatFormFieldControl Hot Network Questions A stranger messaged me “please put 10 dollars on my card”, followed by a card number. typeError: Cannot assign to read only property 'tView' of object '[object Object]' in angular 9. This will set the color of the form field underline and floating label based on the theme colors of your app. Please let me know what kinds of code do you want to check else. Follow edited Oct 6, 2017 at 10:35. Angular material form not working - mat-form-field must contain a MatFormFieldControl. ERROR, "Error: mat-form-field must contain a MatFormFieldControl. consumptionForm = this. com. Reload to refresh your session. To fix it, the control must be there, so I have used. mat-form-field must contain a MatFormFieldControl. Initial value of dropdown mat-select using formControlName not reflected in UI. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule. Angular Material form issue: angular mat-form-field must contain MatFormFieldControl. scss file. . 3. , <input> tag, you will get mat-form-field must contain a. I have checked my Component code and made sure FormControl exist. Both form elements are using the same variable. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control 3 <mat-error> not working inside ControlValueAccessor when inheriting validations from custom formControl in parent component mat-form-field must contain a MatFormFieldControl. mat-form-field must contain a MatFormFieldControl. A <mat-form-field> can have up to two hint labels; one start-aligned (left in an LTR language, right in RTL), and one end-aligned. <mat-form-field> inherits its font-size from its parent element. In this document, "form field" refers to the wrapper component <mat-form-field> and "form field control" refers to the component that the <mat-form. ERROR Error: mat-form-field must contain a MatFormFieldControl. ts and in the dialog used some other modules you must add all modules for dialog to. Let’s see how to reload a child component in Angular in the next tutorial. angular; angular-material2; angular4-forms; Share. 2. 要修复mat-form-field must contain a MatFormFieldControl 错误,请按照以下步骤进行. ERROR Error: mat-form-field must contain a MatFormFieldControl. Angular: mat-form-field must contain a MatFormFieldControl. 2 mat-form-field with appearance outline doesn't work well. Q&A for work. mat-form-field must contain a MatFormFieldControl and already imported. Can't bind to 'formGroup' since it isn't a known native property. To fix this error, you need to ensure that you have the proper form field control inside the mat-form-field and that you have imported the necessary modules. Asking for help, clarification, or responding to other answers. MatFormFieldControl is an interface that the <mat-form-field> knows how to work with. That’s because our component has not implemented MatFormFieldControl. However, it is important to note that the `mat-form-field` must contain a `MatFormFieldControl` in order to function properly. For example, I have a CommonWidgetsModule which contains some common widgets (my own) and you'll see I'm importing MatFormFieldModule and MatInputModule // common. <mat-form-field> is a component used to wrap several Angular Material components and apply common Text field styles such as the underline, floating label, and hint messages. What is the current behavior? mat-form-field doesn't notice that the input field has a matInput on it. Here are some steps you can follow to fix the error:This module supports ReactiveForms but it doesn't work in a MatFormFieldControl: Error: mat-form-field must contain a MatFormFieldControl. However, I am annoyed by the fact that every time I want to use such a control, I have to redefine <mat-form-field> etc. Just remove the mat-form-field element entirely. Error: mat-form-field must contain a MatFormFieldControl. . Copy. ts and is imported in my shared module : import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common';. Read the official announcement! Check it out. Angular Material: mat-form-field must contain a MatFormFieldControl when creating a custom form field control 26 Angular: mat-form-field must contain a MatFormFieldControl I'm using angular material to construct a page, i'm trying to use the mat-form-field component but the label is not working and i don't know why. . Kindly help with the . module. Share. Comment. Sorted by: 10. Connect and share knowledge within a single location that is structured and easy to search. x, mat-input-container is no longer supported. 1 'mat-form-field' is not a known element: 1. Unfortunately, being able to use MatAutocomplete requires surrounding the input with a mat-form-field and giving the input itself a matInput-directive. Mat-form-field must contain a MatFormFieldControl.