-
Notifications
You must be signed in to change notification settings - Fork 106
Use TextInput instead of CodeInput in FormView #729
Conversation
|
||
<item name="colorPrimary">#2B4380</item> | ||
<item name="colorPrimaryDark">#26374A</item> | ||
<item name="colorControlActivated">#26374A</item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will help with the cursor color for Android.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Can we align the input text to the left? |
padding="s" | ||
maxLength={8} | ||
fontSize={26} | ||
borderWidth={0} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was playing around and if I can suggest these attributes I think it would be cool!
autoCapitalize="characters"
fontFamily="Menlo"
letterSpacing={5}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added! LGTM
Tested on iOS device - I'm seeing white text on a white background. |
Part of #727