File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -97,11 +97,6 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
97
97
98
98
| Prop | Type | Default Value | Description
99
99
| ----------| :-------------:| ------| ------|
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 |
105
100
| secureLength | Number | 7 | password min length |
106
101
| badge | Boolean | true | display password count badge |
107
102
| toggle | Boolean | false | show button to toggle password visibility |
@@ -116,8 +111,8 @@ Interactive password strength meter based on [zxcvbn](https://github.com/dropbox
116
111
| strengthMeterOnly | Boolean | false | Hides the built-in input if you want to implement your own |
117
112
| labelHide | String | 'Hide Password' | Label for the hide icon
118
113
| labelShow | String | 'Show Password' | Label for the show icon
119
- | autocomplete | String | 'new-password' | Input field autocomplete property
120
114
| 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.
121
116
122
117
## Events
123
118
You can’t perform that action at this time.
0 commit comments