Skip to content
Unverified Commit b83204bf authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez Committed by Morris Jobke
Browse files

Add strengthify bar after plain text input clone of password input



To show the password in plain text "showPassword" adds a text input
after the password input and swaps their visibility depending on whether
the password has to be shown in plain text or not. In a similar way,
"strengthify" by default adds the strength bar after the input element
it was called on. Due to this, if "showPassword" is called before
"strengthify" on the same password input then the strength bar ends
between the password input and the text input, and when the text input
is shown it appears below the strength bar.

To fix this now the strength bar is added after the text input in those
places in which "strengthify" was called after "showPassword" on the
same element.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent c8c4ce2d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment