I used it in a reactive form so I needed the functionality of the mat-chip-grid instead of a mat-chip-set but I made the data input in a custom way therefor I simply hid the input like this:
<input class="d-none" aria-hidden="true" [matChipInputFor]="reactiveChipGrid"/>