class PasswordInput
[source]
Password input: <input type='password' ...>
Takes one optional argument:
-
render_value
-
Determines whether the widget will have a value filled in when the form is re-displayed after a validation error (default is
False
).
Please login to continue.