petrogad/react-native-materialui-textfield

Single line alignment on Android

Opened this issue · 0 comments

When multiline={false} and the bound text is too long for the width of the field, it's aligning to the RIGHT (end of text) on Android, even when the input doesn't have focus. I'd expect it to show the start of the text rather that the end (until you focus on it, then it should put the input caret at the end), like it does on iOS.