Open arelstone opened 7 years ago
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
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:
I see that the numberOfLines prop is only available on Android platform.
Thanks in advance