gpt4 book ai didi

css - ngBootstrap 捕获关于提前输入建议的点击事件

转载 作者:太空宇宙 更新时间:2023-11-04 06:31:03 26 4
gpt4 key购买 nike

当我键入 'ala' 时,它会在建议中显示 2 个州 'alabama' 和 'alaska'。现在我需要的是只要我点击“alaska”/“alabama”列表中的任何元素,它就应该调用我的方法

methodAbc(){
//Some complex logic
alert("Method called.");
}

示例代码链接 click here

我在文本框上尝试了模糊、聚焦等事件,但它们无法按我需要的方式工作。单击不触发元素选择,它在我单击文本框内部时触发。

最佳答案

您只需要使用来自 ng-bootstrap 的 ngbTypeAhead APIselectItem 事件

<input id="typeahead-template" type="text" class="form-control" [(ngModel)]="model" 
[ngbTypeahead]="search" [resultTemplate]="rt" [inputFormatter]="formatter"
(selectItem)="methodABC($event)" />

参见 updated sample code

关于css - ngBootstrap 捕获关于提前输入建议的点击事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54689863/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com