Hey there,
is there any way to affect the Button for “Enter” or “Go Next” with ion-input?
I run into a strange issue where one of my input-files do not have the necessary “Enter” key (the input is wrapped with an custom plugin ionic-tags - https://github.com/HsuanXyz/ionic-tags-input)
I checked the DOM and all looks fine, the strange thing is, that it works in another template… only in this one thing not. Really strange.
Here some pics of the softkeyboard:
Enter Softkey --> That is fine:
Go Next Softkey --> Not needed, but happens anyway:
Does anybody has an idea? I did some research and never found an info about changing the softkey button, only event listeners. I could use them to prevent the go next, but looks a bit dirty to me.
Thank you so far.