Skip to content
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

Adding support for secureTextEntry to TextInput #362

Closed
wants to merge 5 commits into from
Closed

Adding support for secureTextEntry to TextInput #362

wants to merge 5 commits into from

Conversation

corymsmith
Copy link

Fix for #351

@@ -47,6 +47,7 @@ var RCTTextViewAttributes = merge(ReactIOSViewAttributes.UIView, {
mostRecentEventCounter: true,
placeholder: true,
placeholderTextColor: true,
secureTextEntry: true,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this not make it default to true instead of false?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the default is false. That just specifies that those attributes are valid

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, whoops, thanks! 👍

On Mar 28, 2015, at 9:00 AM, Cory Smith [email protected] wrote:

In Libraries/Components/TextInput/TextInput.ios.js:

@@ -47,6 +47,7 @@ var RCTTextViewAttributes = merge(ReactIOSViewAttributes.UIView, {
mostRecentEventCounter: true,
placeholder: true,
placeholderTextColor: true,

  • secureTextEntry: true,
    No, the default is false. That just specifies that those attributes are valid


Reply to this email directly or view it on GitHub.

@mkonicek
Copy link
Contributor

mkonicek commented Apr 3, 2015

This has been done in #265.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Apr 7, 2015
@corymsmith corymsmith closed this Apr 14, 2015
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants