Ion-input and iOS Return/Go Button

Hi,

I’m building a form with a few components. One of them is ion-input. When running the app on iOS I get a weird behaviour from the keyboard:

  • If the ion-input is inside the <form>, then the button is called Go and it submits the form ignoring the other unfilled components
  • If the ion-input is not wrapped in a <form> tag, then the button is called Return, but it doesn’t do anything

What I want to do is to simply close the on-screen keyboard on pressing Return. Is that possible?

@mikeborozdin did you find any solution?