-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: [@ionic/angular@5.3.2 bug] always focus at first ion-input inside ion-item w/ multiple inputs #22037
Comments
Tested indeed it is always focus on first input even if you click on 2,3,4 and 5 ion input |
I can confirm that I am also having this issue and that it was working in 5.3.1 |
This appears to be caused by e4964ff#diff-3e56358e87207796613625bf863c6da0. cc @brandyscarney |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Current behavior:
I have switch 5.3.1 , 5.3.2 tested, It only happens in 5.3.2
If there are multiple ion-inputs inside ion-item, you have no idea to input data on ion-inputs except 1st one ex:
It always auto focus on 1st ion-input!
Bug Report
Ionic 5
Expected behavior:
should correctly focus each ion-input individually
Steps to reproduce:
create templat like above provided codes
The text was updated successfully, but these errors were encountered: