You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a form with a ion-select element, when trying to submit the form through the submit button work find, however, trying to submit the form with the enter key triggers an error.
Great find and fix, thanks! I updated it like you said where it won't open up the select if it has detail===0. I also updated it so the select can open by using the spacebar when focused, like a native HTML select element. However, there's still more work to be done to improve it's accessibility. But thanks for reporting the bug!
Short description of the problem:
I have a form with a ion-select element, when trying to submit the form through the submit button work find, however, trying to submit the form with the enter key triggers an error.
What behavior are you expecting?
No errors.
Steps to reproduce:
Ionic Version: 2.x
Browser & Operating System: iOS / Android / Chrome
Run
ionic info
from terminal/cmd prompt:Digging into the code in file ../node_modules/ionic-framework/components/select/select.js
Sorry but I really don't have very clear how to do a pull request.
The text was updated successfully, but these errors were encountered: