ionic-team / ionic-team/ionic-framework

bug: "Next" keyboard button does not focus on correct field.

Abierto
#19,504 12 comentarios 14 reacciones 0 asignados Ver en GitHub
package: core type: bug
Lenguaje dominante
TypeScript
Estrellas
52.7k
Forks
13.3k
Merge medio
1 d 15 h
PR fusionados (30 d)
51

Descripción

# 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
```

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.