• <small id='LrcsV'></small><noframes id='LrcsV'>

    <i id='LrcsV'><tr id='LrcsV'><dt id='LrcsV'><q id='LrcsV'><span id='LrcsV'><b id='LrcsV'><form id='LrcsV'><ins id='LrcsV'></ins><ul id='LrcsV'></ul><sub id='LrcsV'></sub></form><legend id='LrcsV'></legend><bdo id='LrcsV'><pre id='LrcsV'><center id='LrcsV'></center></pre></bdo></b><th id='LrcsV'></th></span></q></dt></tr></i><div id='LrcsV'><tfoot id='LrcsV'></tfoot><dl id='LrcsV'><fieldset id='LrcsV'></fieldset></dl></div>

    <legend id='LrcsV'><style id='LrcsV'><dir id='LrcsV'><q id='LrcsV'></q></dir></style></legend>

      <tfoot id='LrcsV'></tfoot>
      • <bdo id='LrcsV'></bdo><ul id='LrcsV'></ul>

        如何处理“Go"/“Enter"键盘按钮 Ionic2 <

        时间:2023-09-08
          <i id='kCrPB'><tr id='kCrPB'><dt id='kCrPB'><q id='kCrPB'><span id='kCrPB'><b id='kCrPB'><form id='kCrPB'><ins id='kCrPB'></ins><ul id='kCrPB'></ul><sub id='kCrPB'></sub></form><legend id='kCrPB'></legend><bdo id='kCrPB'><pre id='kCrPB'><center id='kCrPB'></center></pre></bdo></b><th id='kCrPB'></th></span></q></dt></tr></i><div id='kCrPB'><tfoot id='kCrPB'></tfoot><dl id='kCrPB'><fieldset id='kCrPB'></fieldset></dl></div>

              <tfoot id='kCrPB'></tfoot>
              <legend id='kCrPB'><style id='kCrPB'><dir id='kCrPB'><q id='kCrPB'></q></dir></style></legend>

              <small id='kCrPB'></small><noframes id='kCrPB'>

                <tbody id='kCrPB'></tbody>
                <bdo id='kCrPB'></bdo><ul id='kCrPB'></ul>

                1. 本文介绍了如何处理“Go"/“Enter"键盘按钮 Ionic2 <离子输入>的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  处理输入上的enter"或go"键盘键的事件是什么?输入不在表单中使用.所以点击它不会提交".我只需要这个活动.

                  What is the event to handle "enter" or "go" keyboard key on an input? The input is not used within a form. So clicking on it will not "submit". I just need the event.

                  (在 Beta 11 上运行 android + Ionic 2)

                  (Running android + Ionic 2 on Beta 11)

                  推荐答案

                  我是这样做的:

                  <ion-input type="text" [(ngModel)]="username" (keyup.enter)="handleLogin()"></ion-input>
                  

                  还有:

                  handleLogin() {
                      // Do your stuff here
                  }
                  

                  这篇关于如何处理“Go"/“Enter"键盘按钮 Ionic2 <离子输入>的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何在离子无线电元件上使用 ngModel? 下一篇:Ionic 2:本地通知图标

                  相关文章

                  最新文章

                  • <bdo id='C4Rvi'></bdo><ul id='C4Rvi'></ul>
                  <tfoot id='C4Rvi'></tfoot>
                2. <small id='C4Rvi'></small><noframes id='C4Rvi'>

                    <legend id='C4Rvi'><style id='C4Rvi'><dir id='C4Rvi'><q id='C4Rvi'></q></dir></style></legend>

                      <i id='C4Rvi'><tr id='C4Rvi'><dt id='C4Rvi'><q id='C4Rvi'><span id='C4Rvi'><b id='C4Rvi'><form id='C4Rvi'><ins id='C4Rvi'></ins><ul id='C4Rvi'></ul><sub id='C4Rvi'></sub></form><legend id='C4Rvi'></legend><bdo id='C4Rvi'><pre id='C4Rvi'><center id='C4Rvi'></center></pre></bdo></b><th id='C4Rvi'></th></span></q></dt></tr></i><div id='C4Rvi'><tfoot id='C4Rvi'></tfoot><dl id='C4Rvi'><fieldset id='C4Rvi'></fieldset></dl></div>