We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4457724 commit 8c62f9bCopy full SHA for 8c62f9b
reference/forms/types/password.rst
@@ -37,10 +37,12 @@ always_empty
37
38
If set to true, the field will *always* render blank, even if the corresponding
39
field has a value. When set to false, the password field will be rendered
40
-with the ``value`` attribute set to its true value.
+with the ``value`` attribute set to its true value only upon submission.
41
42
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.
+*with* the password value already entered into the box, set this to false
44
+and submit the form.
45
+
46
47
Inherited Options
48
-----------------
0 commit comments