Disable Google Chrome Autocomplete / Autofill / Suggestion [duplicate]
问题 This question already has answers here : Disabling Chrome Autofill (68 answers) Closed 2 years ago . I want to disable google chrome autocomplete / autofill / use password suggestion Something similar with autocomplete="off" (this one is not working). The code is as following loginpage.php <form class="form-method" method="post"> <span class="form-fill"> <text>Username</text> <input placeholder="Username" required/> <text>Password</text> <input type="password" placeholder="Password" required/