-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Use type from state iff canRevealPassword is true #15673
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f554d88:
|
Perf AnalysisNo significant results to display. All results
|
Asset size changesUnable to find bundle size details for Baseline commit: c8bb45d Possible causes
Recommendations
|
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.
Thanks for doing this! You'll also need to check out the repo locally and run yarn change
to generate a change file.
Now that we're publishing beta versions of 8.0 please also port this to the master branch once it merges. |
@ecraig12345 Added the change file. |
@faizal3199 Thanks again for doing this! Would you mind also cherry-picking the change to |
First sentence of my previous comment was meant to end in |
@ecraig12345 This bug doesn't exists in master branch. Reveal password button functionality (which introduced this bug) isn't present in master branch. |
🎉 Handy links: |
@faizal3199 Good catch, it's definitely supposed to be in master. 🤦♀️ In that case I'll add the feature to master including your fix. |
Thank you! 😄 |
Pull request checklist
$ yarn change
Description of changes
Set the type of TextField based on below priority list:
this.state.type
iffthis.props.canRevealPassword
is set totrue
.type
from props.text
.Note:
$ yarn change
: Command created no file.