I'm developing an app in Flask using Bootstrap 3 and WTF Forms. In the profile page, the user can change their name, password, etc.
But when I log in and I ask Firefox to remember my password, the new password field is already filled in on the profile page. Simply adding value=' '
to my form field does not clear the password field of the form.
How do I go about clearing it?