Skip to content

Commit 8c62f9b

Browse files
cordovalweaverryan
authored andcommitted
clarify that password is shown only upon submission
1 parent 4457724 commit 8c62f9b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

reference/forms/types/password.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ always_empty
3737

3838
If set to true, the field will *always* render blank, even if the corresponding
3939
field has a value. When set to false, the password field will be rendered
40-
with the ``value`` attribute set to its true value.
40+
with the ``value`` attribute set to its true value only upon submission.
4141

4242
Put simply, if for some reason you want to render your password field
43-
*with* the password value already entered into the box, set this to false.
43+
*with* the password value already entered into the box, set this to false
44+
and submit the form.
45+
4446

4547
Inherited Options
4648
-----------------

0 commit comments

Comments
 (0)