search textbox in angular material code example
Example 1: autocomplete list angular 8 material
<mat-form-field>
<input type="text" matInput [formControl]="myControl">
</mat-form-field>
Example 2: sending value in input angular material
<input matInput type="text" name="todo" #todo placeholder="Enter a todo">