react-ux-password-field
react-ux-password-field copied to clipboard
A modern password field.
Added style to props for optional dynamic wrapped div style
# https://github.com/seethroughtrees/react-ux-password-field/issues/15 Error Line: index.js:251 var elem = that.refs[that.props.id].getDOMNode(); Works with var elem = that.refs[that.props.id]; (now returns node by default) The above workaround is deprecated and replaced with the following....
I'm happy people are getting use out of this component, however, I have not used it in quite a while, and have not been able to give it the support...
 New props: lockIconLight= {true} will change the default color gray dark to gray light for the lock icon. Necessary for inputs in divs width darknessss backgrounds
# I set it up as the demo but when I type a password that passes the requirements the language remains at weak. The status bar updates but not the...
Android 6.0.1 chrome latest
I have a `` component that uses this library but is only rendered if the user makes a request without being authorized. If a new user arrives, this is mounted...
If `toggleMask` is set to `false` I cannot then set it to `true`. It throws an error that `this.maskPassword` is not defined. Relevant line causing the issue: https://github.com/seethroughtrees/react-ux-password-field/blob/master/src/index.js#L212-L214 Solution: `this.maskPassword`...
When I load this to be rendered server-side in node I get: ``` node_modules/react-ux-password-field/src/index.js:229 infoBar = ^ SyntaxError: Unexpected token < ``` This is because I have babel setup to...
Hi guys, Great component! One slight issue: Is there any reason that you need to inline style `display : inline-block` on the container? I want my passwords to fill the...