Skip to content

Commit a425e88

Browse files
authored
Merge pull request #347 from ThinkDumbIndustries/ThinkDumbIndustries-patch-filterbar-autocomplete
Update FilterBar.js
2 parents 7ae7b01 + ddf6494 commit a425e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FilterBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const FilterBar = ({
3030
value={searchTerm}
3131
onChange={onChange}
3232
onKeyPress={onKeyPress}
33+
spellCheck={false}
3334
/>
3435
{searchTerm && (
3536
<button className={css.clearButton} onClick={onClick} type="button">

0 commit comments

Comments
 (0)