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 1
1
[ ![ 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
+
5
6
6
7
A input password control built with and for [ React] ( http://facebook.github.io/react/index.html )
7
8
@@ -52,7 +53,7 @@ class App extends React.Component {
52
53
label= " My password field"
53
54
name= " passwordField"
54
55
value= {value}
55
- securityLebels = {[
56
+ securityLevels = {[
56
57
{
57
58
descriptionLabel: ' At least 1 number' ,
58
59
validator: / . * [0-9 ] . * / ,
@@ -66,6 +67,8 @@ class App extends React.Component {
66
67
validator: / . * [A-Z ] . * / ,
67
68
},
68
69
]}
70
+ showSecurityLevelBar
71
+ showSecurityLevelDescription
69
72
onChange= {this .handleChange }
70
73
/ >
71
74
);
You can’t perform that action at this time.
0 commit comments