Latest

6/recent/ticker-posts

Header Ads Widget

How to disable autocomplete of an input text in chrome browser

 In this article we learn how we can disable autocomplete in chrome browser.

Just follow simple step.


<input type="password" autocomplete="new-password" id="txtpassword">


just add only in input field:  autocomplete="new-password"

Post a Comment

0 Comments