callstack / callstack/react-native-paper
TextInput only in mode="outlined" Prevent Scrolling Inside a ScrollView.
- Lenguaje dominante
- TypeScript
- Estrellas
- 14.5k
- Forks
- 2.2k
- Merge medio
- 5 d 23 h
- PR fusionados (30 d)
- 12
Descripción
The Bug is Simple TextInput with mode "outlined" prevent a scrolling of the screen, but if we change it to flat the scrolling works fine,
This happens because in mode "outlined" tries to scroll inside the TextInput not the actual scrollview...
setFieldValue(String(name), value)}
placeholder={textFormatter(name as string)}
placeholderTextColor={theme?.colors.inverseSurface}
height="48px"
/>
Can we take a look at it I don't now how the outlined is different from the flat mode
Guía de contribución
Línea de trabajo
Empieza reproduciendo el problema con un React Native TextInput en el modo mode="outlined" dentro de una ScrollView y, después, compáralo con mode="flat" usando el ejemplo del informe. El trabajo estará terminado cuando el TextInput con outlined permita que la ScrollView que lo rodea se desplace en la misma situación que con el modo flat.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- react-native, typescript
- Área
- mobile
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100