aboutsummaryrefslogtreecommitdiff
path: root/pages/search.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'pages/search.tsx')
-rw-r--r--pages/search.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/search.tsx b/pages/search.tsx
index af9bfeb..a0eb32c 100644
--- a/pages/search.tsx
+++ b/pages/search.tsx
@@ -13,6 +13,7 @@ function SearchBar(props: { searchFunction: () => void }) {
id="searchInput"
placeholder="Search for posts..."
onChange={() => props.searchFunction()}
+ spellCheck="false"
autoComplete="off"/>
<button className="button" onClick={() => props.searchFunction()}><SearchOutlinedIcon/></button>
</div>