流星事件按键无法正常工作

时间:2015-04-06 18:28:15

标签: meteor meteor-blaze

我试图动态获取输入文本

模板:

<template name="search">

<div class="searchbox">
<input class="form-control input-lg search" type="text"    placeholder="Search">
</div>

</template> 

事件:

Template.search.events({

'ḱeypress input' : function(event, template) {

    console.log("BITE");
    }
});

但它不起作用(使用Firefox和Chrome测试)。 与keyup和keydown相同

0 个答案:

没有答案