SearchInput: disable autocomplete

This commit is contained in:
rektdeckard
2020-08-07 14:44:36 -04:00
parent ae4d6bedd2
commit b3504e255e

View File

@@ -20,6 +20,7 @@ const SearchInput: React.FC<SearchInputProps> = () => {
id="search-input" id="search-input"
aria-label="Search for an icon" aria-label="Search for an icon"
type="text" type="text"
autoComplete="off"
value={query} value={query}
placeholder="Search for an icon" placeholder="Search for an icon"
onChange={handleSearchChange} onChange={handleSearchChange}