So I'll try to explain my scenario.
I have a singleline TextInput. When the user is onFocus, the text within the TextInput can be longer than the TextInput itself.
However, when the user is no longer onFocus, Android and iOS behave differently.
iOS: Three dots are added to the end of the line and the beginning of the text is shown.
Android: No changes are made.
How can I make the TextInput in Android behave as it does in iOS for this particular scenario?
Thank you

