Angular / PrimeNG如何以编程方式填充文本字段

时间:2018-01-12 07:19:21

标签: angular primeng

我正在尝试以编程方式设置自动完成字段的文本,我该怎么办?我正在使用PrimeNG

HTML:

  <p-autoComplete formControlName="location" field="name" [minLength]="1" placeholder="Location" [suggestions]="this.mccInstallationService.filteredInstallations"
                                     (completeMethod)="filterInstallations($event)"></p-autoComplete>

以下是用户界面:

enter image description here

0 个答案:

没有答案