-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiline not working (Android) #87
Comments
you need to do that it wont work without a name as thats how forms work and have you done |
Tried inserting name, still not working. and yeah, i did import Input. As below is my full code:
|
try removing your onchangetext and i dont think its default value its value |
I seem to be getting this issue too now |
Im thinking of taking this library and making it my own. this will take a week or so for me to do so allow me a little time ill sort out most of the issues. |
My code :
<Input multiline={true} numberOfLines={5} inlineLabel={false} underlineColorAndroid="#939393"/>
Output : The input box resulted in normal single line input, doesn't become bigger nor enable multiline input
Did I miss anything in my code? O.o
The text was updated successfully, but these errors were encountered: