-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
[TextInput] Add autoGrow support #3209
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
Unfortunately, both seem to be iOS only :( |
Sorry, didn't know you were referring to android. Could you possibly update the issue title to specify android? |
@christopherdro I was referring to both iOS and Android. |
@satya164 - I created an issue for this on Product Pains! See it here. Go ahead and upvote it -- this is our new way of prioritizing non-trivial issues (details here). |
@brentvatne Thanks. Done. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Auto-growing
TextInput
is useful as the input doesn't have to take too much space, and the user can still see all the text if he enters multiple lines, especially in chat applications.Currently I can auto grow it by adding a invisible
Text
element with exact same content, measuring it's height on theonLayout
event and setting height of theTextInput
element. But it doesn't feel natural, as the height doesn't change instantly.The text was updated successfully, but these errors were encountered: