react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Autogrow on input

Open arelstone opened this issue 7 years ago • 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

arelstone avatar May 02 '17 08:05 arelstone