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 +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,9 @@ You can provide a custom `className` to the Nice Input Password and custom `clas
8686| name | string | undefined | The name used on input element ` name={name} ` |
8787| className | string | (empty string) | Optional class to be passed to niceinputpassword context |
8888| normalClassName | string | 'none' | The className used on level color
89- | dangerClassName | string | 'none ' | The className used on level color
90- | warningClassName | string | 'none ' | The className used on level color
91- | successClassName | string | 'none ' | The className used on level color
89+ | dangerClassName | string | 'danger ' | The className used on level color
90+ | warningClassName | string | 'warning ' | The className used on level color
91+ | successClassName | string | 'success ' | The className used on level color
9292| value | string | undefined | The value to be renderized on element
9393| showSecurityLevelBar | bool | false | Key to show or not the security level bullets of password
9494| showSecurityLevelDescription | bool | false | Key to show or not the security level description securityLevels object
You can’t perform that action at this time.
0 commit comments