|
|
posted on January 31, 2019 10:27
autocomplete="off" should do the trick!
Put this in your <form tag or in every <input tag like this:
<form autocomplete="off" - OR - <input type="text" autocomplete="off" value="Text"
There are currently no comments, be the first to post one!