diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-01 14:33:30 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-01 14:33:30 +0200 |
commit | 7d2c52b21ff28c80d28a1408cf6abb85d7725848 (patch) | |
tree | 2abdf8abdb7a5dac3ec3df36d497431283f86397 /pages | |
parent | d2d813c04ce37cdb4a283dcd60b7986882970be5 (diff) |
added po-connect-4 markdown files for testing + todo
Diffstat (limited to 'pages')
-rw-r--r-- | pages/search.tsx | 1 |
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> |