This repository was archived by the owner on Jun 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/renanborgez/react-nice-input-password.svg?branch=master )] ( https://travis-ci.org/renanborgez/react-nice-input-password )
2- [ ![ Coverage Status] ( https://coveralls.io/repos/renanborgez/react-nice-input-password/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/renanborgez/react-nice-input-password?branch=master )
3- React-Nice-Input-Password
4- ============
2+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/renanborgez/react-nice-input-password/badge.svg?branch=master )] ( https://coveralls.io/github/renanborgez/react-nice-input-password?branch=master )
3+
4+ # React-Nice-Input-Password
5+
56
67A input password control built with and for [ React] ( http://facebook.github.io/react/index.html )
78
@@ -52,7 +53,7 @@ class App extends React.Component {
5253 label= " My password field"
5354 name= " passwordField"
5455 value= {value}
55- securityLebels = {[
56+ securityLevels = {[
5657 {
5758 descriptionLabel: ' At least 1 number' ,
5859 validator: / . * [0-9 ] . * / ,
@@ -66,6 +67,8 @@ class App extends React.Component {
6667 validator: / . * [A-Z ] . * / ,
6768 },
6869 ]}
70+ showSecurityLevelBar
71+ showSecurityLevelDescription
6972 onChange= {this .handleChange }
7073 / >
7174 );
You can’t perform that action at this time.
0 commit comments