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
TextInput fire onContentSizeChange with wrong content height.
While you typing the text to the half of TextView width (I'm sure that the text still not reach the end of TextInput width by rendering the red background), the onContentSizeChange fire with the new height (of course bigger than the previous height). But the text still not wrap to new line, you can continue typing on the first line.