callstack / callstack/react-native-paper
RadioButton.Item has duplicate tabstop
- Lenguaje dominante
- TypeScript
- Estrellas
- 14.5k
- Forks
- 2.2k
- Merge medio
- 5 d 23 h
- PR fusionados (30 d)
- 12
Descripción
### Current behaviour
RadioButton.Item contains two elements with a tabIndex of 0, so it takes 2 tabs to go past it.
### Expected behaviour
There should be only one tabbable element, since they do the same thing
### How to reproduce?
Issue is visible in the example snack () under the "Radio Button Item" page, at least on the Web platform. Click an item, and then press Tab a few times to observe the behaviour
### Preview
### What have you tried so far?
nothing
### Your Environment
| software | version
| --------------------- | -------
| ios | n/a
| android | n/a
| react-native | 0.80.1
| react-native-paper | 5.14.5
| node | 22.13.1
| npm or yarn | npm 10.9.2
| expo sdk | n/a
Guía de contribución
Línea de trabajo
Comienza con la implementación de RadioButton.Item y reproduce el problema en el Expo Snack enlazado en la plataforma Web. Verifica que un RadioButton.Item exponga solo un elemento al que se pueda acceder mediante Tab y que al pulsar Tab se avance más allá de él una vez.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- react-native, typescript
- Área
- accessibility, frontend
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 50/100