callstack / callstack/react-native-paper
TextInput only in mode="outlined" Prevent Scrolling Inside a ScrollView.
- 主要言語
- TypeScript
- スター
- 14.5k
- フォーク
- 2.2k
- 平均マージ
- 5日 23時間
- マージ済み PR(30日)
- 12
説明
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
コントリビューションガイド
調査の方向性
まず、ScrollView 内の mode="outlined" の React Native TextInput で問題を再現し、次にレポートの例を使って mode="flat" と比較します。outlined の TextInput によって、flat モードと同じ状況で周囲の ScrollView をスクロールできるようになれば、作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- react-native, typescript
- 領域
- mobile
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100