Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TextInput only in mode="outlined" Prevent Scrolling Inside a ScrollView. #4390

Open
Humed-Muhammad opened this issue Apr 30, 2024 · 0 comments
Labels

Comments

@Humed-Muhammad
Copy link

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...

<TextInput
mode="outlined" // changing this will work
onChangeText={value => 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant