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
Previously, the height was not explicitly set on the text box because it was "computed" by the text in the box. This conflicts with the ability for the user to explicitly set the height. We need a better solution that accomodates both.
The text was updated successfully, but these errors were encountered:
According to this commit on RN, the preferred way of sizing the TextInput is by listening to the onChange event, and then setting the height explicitly.
I don't think the "auto grow" should be implemented natively, so I guess we need to have this onChange event returning some layout info.
Previously, the height was not explicitly set on the text box because it was "computed" by the text in the box. This conflicts with the ability for the user to explicitly set the height. We need a better solution that accomodates both.
The text was updated successfully, but these errors were encountered: