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 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
<ion-item>
<ion-input></ion-input> <!-- 1st, focus always goes here -->
<ion-input></ion-input> <!-- 2nd, click here jump to 1st -->
<ion-input></ion-input> <!-- 3rd, click here jump to 1st-->
<ion-input></ion-input> <!-- ... , click here jump to 1st-->
<ion-input></ion-input> <!-- ... , click here jump to 1st-->
</ion-item>
Expected behavior:
should correctly focus each ion-input individually Steps to reproduce: