我使用primeng auto-complete 5.2.4,我需要显示控件焦点的建议。
<p-autoComplete [(ngModel)]="model" [suggestions]="Suggestions"
(completeMethod)="filter($event)" field="Value" [required]="true"
[forceSelection]="true" [minLength]="0">
</p-autoComplete>
我添加了minLength="0"
并尝试了其他各种方法,但未能成功显示焦点建议。感谢任何帮助。
答案 0 :(得分:0)
只需使用find . -name '*.php' -exec grep -nw String {} \; -ls
事件就可以像这样调用onFocus
show()
但您需要定义(onFocus)="autoComplete.show()"
模板才能访问autoComplete
。完整的组件声明是:
show()
你可以在这里看到一个有效的例子: https://stackblitz.com/edit/angular-qwpqgp