(更改)不使用角度5中的select2

时间:2018-06-04 11:18:19

标签: angular5 jquery-select2

(更改)指令在角度为5的正常选择html标记中正常工作。但是如果我实现了select2插件,那么(更改)将无法正常工作。

这是我的html文件

<select class="select2Select" [(ngModel)]="productSearchItem" (ngModelChange)="test()">
  <option value="">Search entire store here...</option>
  <option *ngFor="let product of products" value="{{ product.pid }}">{{ product.name }}</option>
</select>

这是函数什么都不做,只是在typescript

中安慰一些东西
test(){
    console.log("Hi");
}

脚本:

$(document).ready(function() {
  $('.select2Select').select2();
});

1 个答案:

答案 0 :(得分:0)

在生命周期挂钩中使用"f01_"||COUNTRY_ID 进行更改事件:

jquery