微信小程序----搜索框input回車搜索事件

 

在微信小程序裏的搜索框,按軟鍵盤回車鍵觸發搜索事件。小程序

 

 

<input type="text"  placeholder="搜索" value="{{inputVal}}"  bindinput="inputTyping" bindconfirm="search" />微信小程序

 

 

bindconfirm  即爲回車事件,爲它綁定上須要觸發的事件。search是對應的搜索方法。微信

相關文章
相關標籤/搜索