Disable keyboard `Go` button in my case scenario

I am having a bug in my ionic app (at least for my case), where there’s a form to be filled by the user, and there’s only one ion-input type="text" while the others are ion-select.

For that, the Go button appears when the cursor is in the input, and some user are getting confused with clicking as they thought it is a Next button, they click it, and the app crashes down.

There is no code to show, but how can I disable the Go button in this case and replace with Next button ?

Did you wrap it with form tag or your page contain a <button type="submit"></button>?

Yes it is inside a form and I changed the submit button into regular type=button but still the same behaviour.