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

Moving the PasswordStrength component to below the password input #1444

Merged
merged 5 commits into from
Jul 26, 2018

Conversation

luisrudge
Copy link
Contributor

fix #1438

@luisrudge luisrudge added this to the v11.8.1 milestone Jul 24, 2018
@@ -37,19 +37,19 @@ export default class InputWrap extends React.Component {

return (
<div className={blockClassName}>
{before}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is the actual fix

'data-__type': type,
...addDataToProps(props)
},
children
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed this so children are actually rendered instead of rendered as "data-children" params. This makes the children available to interact with

Copy link
Contributor

@vctrfrnndz vctrfrnndz left a comment

Choose a reason for hiding this comment

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

+1 to this change. DOM needs to be rendered below the password input.

@luisrudge luisrudge merged commit b009b5c into master Jul 26, 2018
@luisrudge luisrudge deleted the fix-pwd-field-mobile branch July 26, 2018 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password field is out of screen when password strength box appears
3 participants