callstack / callstack/react-native-paper
TextInput only in mode="outlined" Prevent Scrolling Inside a ScrollView.
- Ngôn ngữ chính
- TypeScript
- Star
- 14.5k
- Fork
- 2.2k
- Merge trung bình
- 5 ngày 23 giờ
- Pull request đã merge (30 ngày)
- 12
Mô tả
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
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng cách tái hiện sự cố với một React Native TextInput ở chế độ mode="outlined" bên trong một ScrollView, sau đó so sánh với mode="flat" bằng ví dụ trong báo cáo. Công việc hoàn tất khi TextInput outlined cho phép ScrollView bao quanh cuộn trong cùng tình huống như chế độ flat.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- react-native, typescript
- Lĩnh vực
- mobile
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100