我正在尝试以编程方式设置自动完成字段的文本,我该怎么办?我正在使用PrimeNG
HTML:
<p-autoComplete formControlName="location" field="name" [minLength]="1" placeholder="Location" [suggestions]="this.mccInstallationService.filteredInstallations"
(completeMethod)="filterInstallations($event)"></p-autoComplete>
以下是用户界面: