MichaelCereda/react-native-form-generator

Autogrow on input

arelstone opened this issue · 0 comments

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