ionic-team / ionic-team/ionic-framework
bug: "Next" keyboard button does not focus on correct field.
- Langage dominant
- TypeScript
- Étoiles
- 52.7k
- Forks
- 13.3k
- Merge moyen
- 1 j 15 h
- PR mergées (30 j)
- 51
Description
# Bug Report
**Ionic version:**
[x] **4.10.0**
**Current behavior:**
When I click the "next" button on the keyboard, the focus goes to the next "ion-input" field, even though I previously had an "ion-select" field.
**Expected behavior:**
When you click the "next" button the focus should go to the next "ion-item" of the form.
**Steps to reproduce:**
Start a new project
On a page, put the code below
**Related code:**
```
Item 1
Item 2
valor
Item 3
valor
Item 4
Item 5
valor
Item 6
Item 7
```
**Other information:**
The focus sequence is in the fields:
1 --> 4 --> 6 --> 7. These are ion-input fields.
**Ionic info:**
```
Ionic CLI : 5.4.1
Ionic Framework : @ionic/angular 4.10.0
@angular-devkit/build-angular : 0.801.3
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.2.0
@ionic/angular-toolkit : 2.0.0
Cordova:
Cordova CLI : not installed
Cordova Platforms : not available
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 4.1.1, (and 26 other plugins)
Utility:
cordova-res : 0.6.0
native-run : 0.2.8
System:
Android SDK Tools : 26.1.1 (C:\Android\sdk)
NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
npm : 6.10.2
OS : Windows 10
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.