ionic-team / ionic-team/ionic-framework
bug: tabindex adverse effect after adding clear-input="true"
- 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:**
As per latest on CDN
**Current behavior:**
When you fill an input item that has clear input set to true and then press tab the focus does not move to the next element. (even when tab index is set on the inputs)
**Expected behavior:**
Perhaps this is intended behaviour but I would expect the next input to be focused after you have finished writing in an input.
Tabbing to an element that already has text in it is working perfectly (please don't change this). It is just leaving the input that seem to require an additional un-needed tab.
**Steps to reproduce:**
Any ion-items in a row with clear input.
**Related code:**
[https://codepen.io/Lxstr/pen/KKmNVZm](https://codepen.io/Lxstr/pen/KKmNVZm)
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.