Disable autocomplete
This commit is contained in:
parent
330ad09048
commit
9bd19c8ac2
@ -9,6 +9,7 @@
|
|||||||
<form action="/search" method="get">
|
<form action="/search" method="get">
|
||||||
<input type="text" name="q" placeholder="Find your nuts..."
|
<input type="text" name="q" placeholder="Find your nuts..."
|
||||||
class="shadow appearance-none border-slate-600 text-2xl rounded-full w-full py-3 px-5 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
|
class="shadow appearance-none border-slate-600 text-2xl rounded-full w-full py-3 px-5 text-gray-700 leading-tight focus:outline-none focus:shadow-outline"
|
||||||
|
autocorrect="off" spellcheck="false" autocomplete="off"
|
||||||
></input>
|
></input>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user