Skip to content

Commit

Permalink
[DDW-497] add default max length for password input
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikGuzei committed Jan 4, 2021
1 parent b5b2ab4 commit a26d0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/components/PasswordInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ PasswordInput.defaultProps = {
isShowingTooltipOnFocus: true,
isShowingTooltipOnHover: true,
minLength: 10,
maxLength: 255,
minStrongScore: 0.75,
readOnly: false,
theme: null,
Expand Down

0 comments on commit a26d0b7

Please sign in to comment.