-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
fontFamily and color support for TextInput secureTextEntry={true} #6540
Closed
brunobar79
wants to merge
4
commits into
facebook:master
from
brunobar79:pr/android-password-input-style
Closed
fontFamily and color support for TextInput secureTextEntry={true} #6540
brunobar79
wants to merge
4
commits into
facebook:master
from
brunobar79:pr/android-password-input-style
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
facebook-github-bot
added
GH Review: review-needed
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
labels
Mar 20, 2016
@brunobar79 updated the pull request. |
brentvatne
changed the title
[ANDROID] - fontFamily and color support for TextInput secureTextEntry={true}
fontFamily and color support for TextInput secureTextEntry={true}
Mar 21, 2016
Can you separate color and font family into separate PRs? Just to decouple changes? And there is another PR for color that I've seen (#6064). I think yours is more robust to the null case which is good, but it was nice they added a sample of it working. |
This was referenced Mar 21, 2016
ghost
pushed a commit
that referenced
this pull request
Mar 21, 2016
Summary: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: ![scn949wlce](https://cloud.githubusercontent.com/assets/1247834/13929873/b700d650-ef72-11e5-9d67-0a7e0385bc2a.gif) Closes #6563 Differential Revision: D3077583 Pulled By: mkonicek fb-gh-sync-id: f0761346b77060abf17f1d4573b375adebc5c607 shipit-source-id: f0761346b77060abf17f1d4573b375adebc5c607
jeffchienzabinet
pushed a commit
to jeffchienzabinet/react-native
that referenced
this pull request
Mar 21, 2016
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
machard
pushed a commit
to machard/react-native
that referenced
this pull request
Apr 7, 2016
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
rozele
referenced
this pull request
in microsoft/react-native-windows
May 25, 2016
Summary: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: ![scn949wlce](https://cloud.githubusercontent.com/assets/1247834/13929873/b700d650-ef72-11e5-9d67-0a7e0385bc2a.gif) Closes facebook/react-native#6563 Differential Revision: D3077583 Pulled By: mkonicek fb-gh-sync-id: f0761346b77060abf17f1d4573b375adebc5c607 shipit-source-id: f0761346b77060abf17f1d4573b375adebc5c607
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Style properties fontFamily and color are ignored for TextInput with secureTextEntry={true} on Android.
Both issues are reported here:
secureTextEntry
off #5710Working example:
CC: @christopherdro