Autogrow on input
arelstone opened this issue · 0 comments
arelstone commented
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
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