petrogad / react-native-materialui-textfield

Material textfield
Other
24 stars 20 forks source link

Single line alignment on Android #10

Open JeremyBradshaw7 opened 4 years ago

JeremyBradshaw7 commented 4 years ago

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.