Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在p-autocomplete列表中,我想禁用整个建议列表中 2 个项目的键事件。
p-autocomplete
我可以使用 (click) 和 event.stoppropagation() 来实现鼠标点击。
我做了一些研究,我得到了这个工作的解决方案 - 在 pautocomplete 标记中使用 (keydown) 有效。
在 keydown 事件上,我编写了一个方法来检查特定值并清除所选值的内容。