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

Autogrow on input #114

Open
arelstone opened this issue May 2, 2017 · 0 comments
Open

Autogrow on input #114

arelstone opened this issue May 2, 2017 · 0 comments

Comments

@arelstone
Copy link

arelstone commented May 2, 2017

I'm not sure if this is a bug.

A InputField with the autogrow is not the correct height, but as soon as you change the the input value the InputField expands

ezgif-1-9f46ce5320

I have this block of code:

<InputField ref='description'
  multiline={true}
  numberOfLines={10}
  placeholder='Description'
  value={item.description}
/>

I see that the numberOfLines prop is only available on Android platform.

Thanks in advance

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