Top "Mat-autocomplete" questions

Autocomplete component for Angular Material.

Using Angular Material mat-autocomplete without ReactiveForm

I try to use <mat-autocomplete> from Angular Material (not AngularJS) without using a reactive form. But all their …

angular angular-material2 mat-autocomplete
How to save selected object using mat-chip and autocomplete in angular material 2

I am using Angular 6 with Angular Material. I am trying to save a selected object or list of selected object …

typescript angular-material angular6 mat-autocomplete md-chip
Writing unit test for component which uses mat-autocomplete

I am new to Angular, I am trying to build a text field with autocomplete using Angular 5. I found this …

angular unit-testing autocomplete angular-material mat-autocomplete
Is there a way to use a mat-autocomplete where the corresponding input is in its parent component?

This works with a regular datalist element where the list="target" on the input element can find the id="target" …

angular autocomplete angular-material mat-autocomplete
How I can add dropdown arrow within input in mat-autocomplete

I use mat-autocomplete to filter my data. Everything is work but I want to have a dropdown arrow to show …

angular angular-material mat-autocomplete
Angular5 - How to detect empty or deleted field in mat-autocomplete?

This is my html which contains the material autocomplete. <ng-container *ngSwitchCase="'autocomplete'"> <div [ngClass]="(filter.cssClass || 'col-md-4…

javascript angular-material angular5 mat-autocomplete