Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit a985c74

Browse files
authored
Update README.md
1 parent 36fe787 commit a985c74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class App extends React.Component {
5353
label="My password field"
5454
name="passwordField"
5555
value={value}
56-
securityLebels={[
56+
securityLevels={[
5757
{
5858
descriptionLabel: 'At least 1 number',
5959
validator: /.*[0-9].*/,
@@ -67,6 +67,8 @@ class App extends React.Component {
6767
validator: /.*[A-Z].*/,
6868
},
6969
]}
70+
showSecurityLevelBar
71+
showSecurityLevelDescription
7072
onChange={this.handleChange}
7173
/>
7274
);

0 commit comments

Comments
 (0)