<ng-select class="custom" [items]="ingredientsSearchList" bindLabel="name" bindValue="value" placeholder="Search ingredients/your products" (search)="onSearch($event)" loadingText="Searching">
</ng-select>
是我的代码。但是奇怪的是,除了搜索事件之外,所有输出事件(如模糊等)都被触发了。作为解决方法,我使用了(keyup)事件来触发相同事件。我在做任何错误都不会触发搜索事件。
答案 0 :(得分:1)
请确保您使用的是v2.8.0。此版本支持搜索事件。