码迷,mamicode.com
首页 > 其他好文 > 详细

angular2事件触发

时间:2017-10-20 21:34:19      阅读:491      评论:0      收藏:0      [点我收藏+]

标签:sel   type   hang   inpu   opd   key   input   点击   hold   

输入框输入值触发Select()方法。
<input type="text" name="code" [(ngModel)]="code" (keyup)="Select()">

输入框输入查询值后,点击Enter键触发Select()方法。
<input type="text" name="code" [(ngModel)]="code" (keyup.enter)="Select()">

选中下拉框值触发search()方法,filter="filter"支持输入值的模糊查询。
<p-dropdown [options]="customercodeList"  [(ngModel)]="customermanage.customercode" name="customercode" filter="filter" (onChange)="search()" placeholder="请选择">
{{customercodeList.label}}
</p-dropdown>



angular2事件触发

标签:sel   type   hang   inpu   opd   key   input   点击   hold   

原文地址:http://www.cnblogs.com/zxg-6/p/7701350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!