RAHUL DEEP
RAHUL DEEP

Reputation: 655

Get Next button in ionic2 application input box

I am having a login box which is a form, i need that when use will click on username, in keyboard next should appear but when user went to password GO should appear.

<form (ngSubmit)="logForm()">
  <ion-item>
    <ion-label>Username</ion-label>
    <ion-input type="text" name="title"></ion-input>
  </ion-item>
  <ion-item>
    <ion-label>Password</ion-label>
    <ion-input type="password" name="pswd"></ion-input>
  </ion-item>
  <button ion-button type="submit" block>Login</button>
</form>

Upvotes: 0

Views: 803

Answers (0)

Related Questions