When including an ion-select inside of a form it won’t submit by pressing enter. If I comment out the ion-item that contains the ion-select. Then the form will respond with the enter key.
Thanks rapropos,
That is similar but his enter triggered as error, where in this case simply nothing happens and I don’t see any errors in the console.
Ionic info in case that’s asked for:
ordova CLI: 6.5.0
Ionic Framework Version: 2.0.1
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v7.4.0
Xcode version: Not installed
Actually that did work, still waking up this morning and forgot to have the cursor in the text input before pressing enter.
However, I had to remove the “(Click)” from the button, as pressing that would submit the click on the button, and the form submission for the form. This resulted in the method being called twice. FYI for anyone else referencing this.