-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ANDROID] color support for TextInput secureTextEntry={true} #6563
[ANDROID] color support for TextInput secureTextEntry={true} #6563
Conversation
Will you also add a change to the Text sample which shows it working please? And then I'll accept. |
@dmiller Sure. What kind of change? |
Look at TextExample.android.js in UIExplorer. It has a bunch of Text boxes with examples of how to use various properties. Add a new one as appropriate to show the usage. |
@dmiller NVM. I know what you're talking about. I'll update shortly |
…roid-password-input-color
…79/react-native into pr/android-password-input-color
@brunobar79 updated the pull request. |
@dmiller added example |
@facebook-github-bot shipit Awesome, thanks for doing this. |
@facebook-github-bot shipit |
Thanks for importing. If you are an FB employee go to Phabricator to review. |
2a2ba4b
Summary:Color property is ignored for TextInput with secureTextEntry={true} on Android. This is coming from facebook#6540 and being split into 2 PRs by suggestion of dmmiller. As he mentioned does almost the same except it facebook#6064 doesn't handle null case. Working example: ![scn949wlce](https://cloud.githubusercontent.com/assets/1247834/13929873/b700d650-ef72-11e5-9d67-0a7e0385bc2a.gif) Closes facebook#6563 Differential Revision: D3077583 Pulled By: mkonicek fb-gh-sync-id: f0761346b77060abf17f1d4573b375adebc5c607 shipit-source-id: f0761346b77060abf17f1d4573b375adebc5c607
Summary:Color property is ignored for TextInput with secureTextEntry={true} on Android. This is coming from facebook#6540 and being split into 2 PRs by suggestion of dmmiller. As he mentioned does almost the same except it facebook#6064 doesn't handle null case. Working example: ![scn949wlce](https://cloud.githubusercontent.com/assets/1247834/13929873/b700d650-ef72-11e5-9d67-0a7e0385bc2a.gif) Closes facebook#6563 Differential Revision: D3077583 Pulled By: mkonicek fb-gh-sync-id: f0761346b77060abf17f1d4573b375adebc5c607 shipit-source-id: f0761346b77060abf17f1d4573b375adebc5c607
Are there any information on when/if this is being added to an actual release? |
Color property is ignored for TextInput with secureTextEntry={true} on Android.
This is coming from #6540 and being split into 2 PRs by suggestion of @dmmiller.
As he mentioned does almost the same except it #6064 doesn't handle null case.
Working example: