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

Height glitch, when multiline is active #37

Open
gergodemeny opened this issue Aug 14, 2021 · 0 comments
Open

Height glitch, when multiline is active #37

gergodemeny opened this issue Aug 14, 2021 · 0 comments

Comments

@gergodemeny
Copy link

gergodemeny commented Aug 14, 2021

If I use the multiline property, the height of input jumps one, after rendering.

My code:

<Card style={styles.card}>
  <TextField
    value={text}
    onChangeText={setText}
    label='Note'
    fontSize={18}
    lineWidth={0}
    contentInset={{ input: 0, top: 8, bottom: 20 }}
    multiline
  />
</Card>

And this is the glitch (the pink one):
https://user-images.githubusercontent.com/79108875/129458142-b00e4549-9e2a-466e-b7b1-419127cdb7ed.mp4

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

No branches or pull requests

1 participant