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

AutoGrowingTextInput's overlap one another when too much text #15

Open
jesouhaite08 opened this issue Jan 18, 2017 · 1 comment
Open

Comments

@jesouhaite08
Copy link

jesouhaite08 commented Jan 18, 2017

I have two AutoGrowTextInput's:

<AutoGrowingTextInput onChange={(event) => this._onChange(event)}
    style={styles.textInput}
    placeholder={'Your Message'}
    maxHeight={200}
    ref='test1'/>
<AutoGrowingTextInput onChange={(event) => this._onChange(event)}
    style={styles.textInput}
    placeholder={'Your Message'}
    maxHeight={200}
    ref='test2'/>

If I enter a lot of text in the first input it eventually overlaps the second:

screen shot 2017-01-18 at 2 19 06 pm

Is there any way to fix this?

@AlmondBro
Copy link

I am getting the same bug as well! Any aid with this?

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

2 participants