react-native-mentions icon indicating copy to clipboard operation
react-native-mentions copied to clipboard

PaddingVertical does not work evenly

Open pribeh opened this issue 7 years ago • 0 comments

Thanks for this splendid library.

How do you get this library to respect the vertical padding set to the textinputstyle? And is there anyway to not have to set a min and max height to the textinput?

Normally, RN's textinput respects the padding set on a textinput so that as you fill in multiple lines of text the vertical padding is respected. With RNM the textinput's vertical padding disappears as soon as multiple lines of text are inputted. At times it looks like its trying to adjust and add the padding in toward the bottom fo the text but there's a delay to it.

screen shot 2018-08-10 at 5 41 17 pm

Also, unless you specify a minimum height the textinput collapses. Is it necessary to compensate for the positioning of the suggestions row?

pribeh avatar Aug 10 '18 21:08 pribeh