Skip to content

Commit eaa4b94

Browse files
committed
chore: Update README.md
1 parent eb73b4d commit eaa4b94

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
9797

9898
| Prop | Type | Default Value | Description
9999
|----------|:-------------:|------|------|
100-
| id | String | password | input field id attribute |
101-
| placeholder | String | Please enter your password | input field placeholder attribute |
102-
| name | String | password | input field name attribute |
103-
| required | Boolean | true | input field required attribute |
104-
| disabled | Boolean | false | input field disabled attribute |
105100
| secureLength | Number | 7 | password min length |
106101
| badge | Boolean | true | display password count badge |
107102
| toggle | Boolean | false | show button to toggle password visibility |
@@ -116,8 +111,8 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
116111
| strengthMeterOnly | Boolean | false | Hides the built-in input if you want to implement your own |
117112
| labelHide | String | 'Hide Password' | Label for the hide icon
118113
| labelShow | String | 'Show Password' | Label for the show icon
119-
| autocomplete | String | 'new-password' | Input field autocomplete property
120114
| userInputs | Array | empty array | Array of strings that zxcvbn will treat as an extra dictionary
115+
| referenceValue | String | 'input' | Prop to change the `ref` of the input. This way you can have the input outside of the component.
121116

122117
## Events
123118

0 commit comments

Comments
 (0)