You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
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.
Also, unless you specify a minimum height the textinput collapses. Is it necessary to compensate for the positioning of the suggestions row?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Also, unless you specify a minimum height the textinput collapses. Is it necessary to compensate for the positioning of the suggestions row?
The text was updated successfully, but these errors were encountered: