Ion-select triggered from inputfield

I have a ion-select element that is triggered when i hit enter key in and
ion-input below. This issue is the exact same and the solution is working: https://github.com/ionic-team/ionic/issues/5596

Is there another workaround than having to edit in select.js?

1 Like

Iā€™m having the exact same issue as the above.

Update

I fixed the issue by adding the following code to my form (keydown.enter)="$event.preventDefault()"

Hope this helps!