Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Fix docu
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Jul 14, 2015
1 parent 980cd4d commit 6f56311
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,14 @@ Pass a json object to `tr-trustpass` like this: `tr-trustpass="{maximum: true, s
*"A word character" is a character from a-z, A-Z, 0-9, including the _ (underscore) character.*

#### Other settings
| **Option** | Default | Description |
|------------|-------------------------------------------------|------------------------------------------------------------------------------|
| toggle | false | Should checklist be visible only on focus? |
| keepHeight | false | Should dropdown area keep its initially rendered height? |
| minlength | 8 | Minimum length of the password, if minimum test is enabled (on by default). |
| maxlength | 50 | Maximum length of the password, if maximum test is enabled (off by default). |
| message | Great! Your password is secure. | A message shown after all tests pass. |
| **Option** | Default | Description |
|--------------|-------------------------------------------------|------------------------------------------------------------------------------|
| toggle | false | Should checklist be visible only on focus? |
| keepHeight | false | Should dropdown area keep its initially rendered height? |
| minlength | 8 | Minimum length of the password, if minimum test is enabled (on by default). |
| maxlength | 50 | Maximum length of the password, if maximum test is enabled (off by default). |
| messageDone | Great! Your password is secure. | A message shown after all tests pass. |
| messageGuide | | A message on top of checklist. Leave empty to hide. |


## License
Expand Down

0 comments on commit 6f56311

Please sign in to comment.